mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Move OSX to stage 1 of Travis.
This avoids its dependency on FreeBSD.
This commit is contained in:
parent
fb89c03dd2
commit
a743464623
12
.travis.yml
12
.travis.yml
|
@ -80,6 +80,12 @@ matrix:
|
|||
sudo: required
|
||||
install: .travis/$JOB-stage1 install
|
||||
script: .travis/$JOB-stage1 script
|
||||
- stage: "Stage 1"
|
||||
if: type IN (push, api, cron)
|
||||
env: JOB=cmake-osx
|
||||
os: osx
|
||||
install: .travis/$JOB install
|
||||
script: .travis/$JOB script
|
||||
- stage: "Stage 1"
|
||||
if: type IN (push, api, cron)
|
||||
env: JOB=tox-bootstrapd-docker
|
||||
|
@ -91,12 +97,6 @@ matrix:
|
|||
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
|
||||
os: osx
|
||||
install: .travis/$JOB install
|
||||
script: .travis/$JOB script
|
||||
fast_finish: true
|
||||
|
||||
cache:
|
||||
|
|
Loading…
Reference in New Issue
Block a user