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:
Stephen 2017-10-07 08:56:02 -07:00 committed by Nguyen Anh Quynh
parent 11c972e6db
commit f0677fc13b

View file

@ -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: