Skip to content

Commit

Permalink
Add Nevercode to indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
fbartho committed Jan 9, 2018
1 parent 9bf7570 commit f752238
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/ci_source/providers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { DockerCloud } from "./DockerCloud"
import { Drone } from "./Drone"
import { FakeCI } from "./Fake"
import { Jenkins } from "./Jenkins"
import { Nevercode } from "./Nevercode"
import { Semaphore } from "./Semaphore"
import { Surf } from "./Surf"
import { Travis } from "./Travis"
Expand All @@ -20,6 +21,7 @@ const providers = [
Drone,
FakeCI,
Jenkins,
Nevercode,
Semaphore,
Surf,
Travis,
Expand All @@ -35,6 +37,7 @@ const realProviders = [
DockerCloud,
Drone,
Jenkins,
Nevercode,
Semaphore,
Surf,
Travis,
Expand Down

0 comments on commit f752238

Please sign in to comment.