diff --git a/.travis.yml b/.travis.yml index 59a0b58..5651050 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,13 +7,15 @@ matrix: sudo: required - os: osx osx_image: xcode7.2 + allow_failures: + - os: osx before_install: - sudo ./install.sh all install: - if [ $TRAVIS_OS_NAME = linux ]; then sudo add-apt-repository ppa:duggan/bats --yes; fi - - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get update; else brew update; fi + - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get update; else brew update > /dev/null ; fi - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -qq bats; else brew install bats; fi - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -qq openssl; else brew install openssl; fi - if [ $TRAVIS_OS_NAME = linux ]; then cpanm Sparrow --sudo --notest -q; fi