From ee89c4a42116aef84576fc84bef24a644af044ba Mon Sep 17 00:00:00 2001 From: Stephen Date: Sun, 12 Mar 2017 06:31:49 -0700 Subject: [PATCH] add brew tests (#779) --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b0b4af9b..b8f27d3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,14 +21,14 @@ matrix: dist: trusty compiler: clang - os: osx - script: brew install --HEAD unicorn + script: brew install --HEAD unicorn && brew test unicorn compiler: gcc - os: osx - script: brew install --HEAD unicorn + script: brew install --HEAD unicorn && brew test unicorn compiler: clang allow_failures: - os: osx - script: brew install --HEAD unicorn + script: brew install --HEAD unicorn && brew test unicorn addons: apt: packages: