mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-03 18:05:40 +00:00
only build brew HEAD on master and rm trusty jobs (#904)
brew HEAD pulls from master, so it only makes sense to build on master trusty is now the travis default, explicit jobs are no longer required
This commit is contained in:
parent
11c972e6db
commit
f0677fc13b
12
.travis.yml
12
.travis.yml
|
@ -13,16 +13,12 @@ os:
|
||||||
- osx
|
- osx
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- if: branch = master
|
||||||
dist: trusty
|
os: osx
|
||||||
compiler: gcc
|
|
||||||
- os: linux
|
|
||||||
dist: trusty
|
|
||||||
compiler: clang
|
|
||||||
- os: osx
|
|
||||||
script: brew install --HEAD unicorn && brew test unicorn
|
script: brew install --HEAD unicorn && brew test unicorn
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
- os: osx
|
- if: branch = master
|
||||||
|
os: osx
|
||||||
script: brew install --HEAD unicorn && brew test unicorn
|
script: brew install --HEAD unicorn && brew test unicorn
|
||||||
compiler: clang
|
compiler: clang
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|
Loading…
Reference in a new issue