let osx travis fail
brew is rather unreliable
This commit is contained in:
parent
cd2c1324c5
commit
bcf914bce7
@ -9,8 +9,11 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
- make -Ctest -j$JOBS -s V=0 VERBOSE=1 check
|
- make -Ctest -j$JOBS -s V=0 VERBOSE=1 check
|
||||||
|
|
||||||
|
# allow osx to fail since brew so often falls over
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
allow_failures:
|
||||||
|
- os: osx
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
sudo: required
|
sudo: required
|
||||||
|
Loading…
Reference in New Issue
Block a user