Disable FreeBSD travis build until it is fixed.

This commit is contained in:
iphydf 2020-03-05 13:07:50 +00:00
parent 7c63b0f734
commit cbc26d9b16
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -63,12 +63,11 @@ matrix:
services: [docker]
install: .travis/$JOB install
script: .travis/$JOB script
- stage: "Stage 1"
if: type IN (push, api, cron)
env: JOB=cmake-freebsd
sudo: required
install: .travis/$JOB-stage1 install
script: .travis/$JOB-stage1 script
# - stage: "Stage 1"
# if: type IN (push, api, cron)
# env: JOB=cmake-freebsd
# install: .travis/$JOB-stage1 install
# script: .travis/$JOB-stage1 script
- stage: "Stage 1"
if: type IN (push, api, cron)
env: JOB=cmake-osx
@ -80,12 +79,11 @@ matrix:
env: JOB=tox-bootstrapd-docker
services: [docker]
script: .travis/$JOB
- stage: "Stage 2"
if: type IN (push, api, cron)
env: JOB=cmake-freebsd
sudo: required
install: .travis/$JOB-stage2 install
script: .travis/$JOB-stage2 script
# - stage: "Stage 2"
# if: type IN (push, api, cron)
# env: JOB=cmake-freebsd
# install: .travis/$JOB-stage2 install
# script: .travis/$JOB-stage2 script
fast_finish: true
cache: