Skip to content

Commit

Permalink
Temporarily disable FreeBSD build, since it times out.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Aug 12, 2018
1 parent 1de8b02 commit f4bbc8e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,23 +74,23 @@ matrix:
services: [docker]
install: .travis/$JOB install
script: .travis/$JOB script
- stage: "Stage 1"
env: JOB=cmake-freebsd
if: type IN (push, api, cron)
sudo: required
install: .travis/$JOB-stage1 install
script: .travis/$JOB-stage1 script
# - stage: "Stage 1"
# env: JOB=cmake-freebsd
# if: type IN (push, api, cron)
# sudo: required
# install: .travis/$JOB-stage1 install
# script: .travis/$JOB-stage1 script
- stage: "Stage 1"
if: type IN (push, api, cron)
env: JOB=tox-bootstrapd-docker
services: [docker]
script: .travis/$JOB
- stage: "Stage 2"
env: JOB=cmake-freebsd
if: type IN (push, api, cron)
sudo: required
install: .travis/$JOB-stage2 install
script: .travis/$JOB-stage2 script
# - stage: "Stage 2"
# env: JOB=cmake-freebsd
# if: type IN (push, api, cron)
# sudo: required
# install: .travis/$JOB-stage2 install
# script: .travis/$JOB-stage2 script
- stage: "Stage 2"
if: type IN (push, api, cron)
env: JOB=cmake-osx
Expand Down

0 comments on commit f4bbc8e

Please sign in to comment.