From f0677fc13bdfad31efd0c4095e16b2dde63e0332 Mon Sep 17 00:00:00 2001 From: Stephen Date: Sat, 7 Oct 2017 08:56:02 -0700 Subject: [PATCH] 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 --- .travis.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3f54e17c..aab1a4f6 100644 --- a/.travis.yml +++ b/.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: