diff --git a/source/ci_source/providers/index.ts b/source/ci_source/providers/index.ts index fd29ee307..1c36bff29 100644 --- a/source/ci_source/providers/index.ts +++ b/source/ci_source/providers/index.ts @@ -4,8 +4,9 @@ import {Semaphore} from "./Semaphore" import {Jenkins} from "./Jenkins" import {FakeCI} from "./Fake" import {Surf} from "./Surf" +import {DockerCloud} from "./DockerCloud" -const providers: Array = [Travis, Circle, Semaphore, Jenkins, FakeCI, Surf] +const providers: Array = [Travis, Circle, Semaphore, Jenkins, FakeCI, Surf, DockerCloud] export { providers };