Enable FreeBSD Travis-CI build

This commit is contained in:
Maxim Biro 2018-08-26 23:24:56 -04:00
parent 53c1989eba
commit 25a477a7e4
No known key found for this signature in database
GPG Key ID: 76E9A6E7D9E20DFE

View File

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