mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Disable FreeBSD travis build until it is fixed.
This commit is contained in:
parent
7c63b0f734
commit
cbc26d9b16
22
.travis.yml
22
.travis.yml
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user