diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml index 3bdd3ce4..1c45cab2 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -74,12 +74,12 @@ matrix: | |||
74 | services: [docker] | 74 | services: [docker] |
75 | install: .travis/$JOB install | 75 | install: .travis/$JOB install |
76 | script: .travis/$JOB script | 76 | script: .travis/$JOB script |
77 | - stage: "Stage 1" | 77 | # - stage: "Stage 1" |
78 | env: JOB=cmake-freebsd | 78 | # env: JOB=cmake-freebsd |
79 | if: type IN (push, api, cron) | 79 | # if: type IN (push, api, cron) |
80 | sudo: required | 80 | # sudo: required |
81 | install: .travis/$JOB-stage1 install | 81 | # install: .travis/$JOB-stage1 install |
82 | script: .travis/$JOB-stage1 script | 82 | # script: .travis/$JOB-stage1 script |
83 | - stage: "Stage 1" | 83 | - stage: "Stage 1" |
84 | if: type IN (push, api, cron) | 84 | if: type IN (push, api, cron) |
85 | env: JOB=cmake-osx | 85 | env: JOB=cmake-osx |
@@ -91,12 +91,12 @@ matrix: | |||
91 | env: JOB=tox-bootstrapd-docker | 91 | env: JOB=tox-bootstrapd-docker |
92 | services: [docker] | 92 | services: [docker] |
93 | script: .travis/$JOB | 93 | script: .travis/$JOB |
94 | - stage: "Stage 2" | 94 | # - stage: "Stage 2" |
95 | env: JOB=cmake-freebsd | 95 | # env: JOB=cmake-freebsd |
96 | if: type IN (push, api, cron) | 96 | # if: type IN (push, api, cron) |
97 | sudo: required | 97 | # sudo: required |
98 | install: .travis/$JOB-stage2 install | 98 | # install: .travis/$JOB-stage2 install |
99 | script: .travis/$JOB-stage2 script | 99 | # script: .travis/$JOB-stage2 script |
100 | fast_finish: true | 100 | fast_finish: true |
101 | 101 | ||
102 | cache: | 102 | cache: |