let osx travis fail

brew is rather unreliable
This commit is contained in:
John Cupitt 2017-03-25 14:04:07 +00:00
parent cd2c1324c5
commit bcf914bce7

View File

@ -9,8 +9,11 @@ before_script:
script:
- make -Ctest -j$JOBS -s V=0 VERBOSE=1 check
# allow osx to fail since brew so often falls over
matrix:
fast_finish: true
allow_failures:
- os: osx
include:
- os: linux
sudo: required