summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-03-05 13:07:50 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-03-05 13:09:01 +0000
commitcbc26d9b165277e3c450806e1da1e6904a9dcedb (patch)
tree67dbb1d2cc94e164ea36e0934a70cd2d5d824cc7
parent7c63b0f73420c9336ab00dfc905fbd720a16fa41 (diff)
Disable FreeBSD travis build until it is fixed.
-rw-r--r--.travis.yml22
1 files changed, 10 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml
index 1328e488..a717fe85 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,12 +63,11 @@ matrix:
63 services: [docker] 63 services: [docker]
64 install: .travis/$JOB install 64 install: .travis/$JOB install
65 script: .travis/$JOB script 65 script: .travis/$JOB script
66 - stage: "Stage 1" 66# - stage: "Stage 1"
67 if: type IN (push, api, cron) 67# if: type IN (push, api, cron)
68 env: JOB=cmake-freebsd 68# env: JOB=cmake-freebsd
69 sudo: required 69# install: .travis/$JOB-stage1 install
70 install: .travis/$JOB-stage1 install 70# script: .travis/$JOB-stage1 script
71 script: .travis/$JOB-stage1 script
72 - stage: "Stage 1" 71 - stage: "Stage 1"
73 if: type IN (push, api, cron) 72 if: type IN (push, api, cron)
74 env: JOB=cmake-osx 73 env: JOB=cmake-osx
@@ -80,12 +79,11 @@ matrix:
80 env: JOB=tox-bootstrapd-docker 79 env: JOB=tox-bootstrapd-docker
81 services: [docker] 80 services: [docker]
82 script: .travis/$JOB 81 script: .travis/$JOB
83 - stage: "Stage 2" 82# - stage: "Stage 2"
84 if: type IN (push, api, cron) 83# if: type IN (push, api, cron)
85 env: JOB=cmake-freebsd 84# env: JOB=cmake-freebsd
86 sudo: required 85# install: .travis/$JOB-stage2 install
87 install: .travis/$JOB-stage2 install 86# script: .travis/$JOB-stage2 script
88 script: .travis/$JOB-stage2 script
89 fast_finish: true 87 fast_finish: true
90 88
91cache: 89cache: