Skip to content

Commit

Permalink
add dockercloud to list of providers
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Camacho committed Jan 30, 2017
1 parent 6f5ca5c commit 493bcc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/ci_source/providers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<any> = [Travis, Circle, Semaphore, Jenkins, FakeCI, Surf]
const providers: Array<any> = [Travis, Circle, Semaphore, Jenkins, FakeCI, Surf, DockerCloud]
export {
providers
};

0 comments on commit 493bcc1

Please sign in to comment.