add brew tests (#779)

This commit is contained in:
Stephen 2017-03-12 06:31:49 -07:00 committed by Nguyen Anh Quynh
parent b19daa77e8
commit ee89c4a421
1 changed files with 3 additions and 3 deletions

View File

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