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