diff --git a/.travis.yml b/.travis.yml index 2497dbfb0..17769a306 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ cache: - $HOME/.cache/pip before_install: - - 'exit; [ $TRAVIS_OS_NAME == linux ] && dpkg -s libaugeas0 || brew install augeas python3' + - 'exit 0; [ $TRAVIS_OS_NAME == linux ] && dpkg -s libaugeas0 || brew install augeas python3' before_script: - 'if [ $TRAVIS_OS_NAME = osx ] ; then ulimit -n 1024 ; fi'