From 80fa6272cd92a29e5ad041686b7a2d6d11d84ef1 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 21 Jun 2017 17:48:11 -0700 Subject: [PATCH] Exit 0? --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'