Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/danger/danger-js
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jan 30, 2017
2 parents ff635d6 + 42bbe10 commit 3b65c32
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 3b65c32

Please sign in to comment.