mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 09:58:20 +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
1 changed files with 4 additions and 8 deletions
12
.travis.yml
12
.travis.yml
|
@ -13,16 +13,12 @@ os:
|
|||
- osx
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
dist: trusty
|
||||
compiler: gcc
|
||||
- os: linux
|
||||
dist: trusty
|
||||
compiler: clang
|
||||
- os: osx
|
||||
- if: branch = master
|
||||
os: osx
|
||||
script: brew install --HEAD unicorn && brew test unicorn
|
||||
compiler: gcc
|
||||
- os: osx
|
||||
- if: branch = master
|
||||
os: osx
|
||||
script: brew install --HEAD unicorn && brew test unicorn
|
||||
compiler: clang
|
||||
allow_failures:
|
||||
|
|
Loading…
Reference in a new issue