From b19daa77e82137e659c7238e28dd8332cc0d7d5a Mon Sep 17 00:00:00 2001 From: Stephen Date: Sat, 11 Mar 2017 19:11:06 -0800 Subject: [PATCH] Homebrew (#778) * add homebrew build * update command and fix compiler * allow failures on brew HEAD builds mainly there to monitor --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index fec811f0..b0b4af9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,15 @@ matrix: - os: linux dist: trusty compiler: clang + - os: osx + script: brew install --HEAD unicorn + compiler: gcc + - os: osx + script: brew install --HEAD unicorn + compiler: clang + allow_failures: + - os: osx + script: brew install --HEAD unicorn addons: apt: packages: