From a805e826ba98a795223ccd7cd610fd56763402aa Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 21 Jun 2017 17:44:45 -0700 Subject: [PATCH] Always exit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index de17c0402..2497dbfb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ cache: - $HOME/.cache/pip before_install: - - '[ $TRAVIS_OS_NAME == linux ] && dpkg -s libaugeas0 || brew install augeas python3' + - 'exit; [ $TRAVIS_OS_NAME == linux ] && dpkg -s libaugeas0 || brew install augeas python3' before_script: - 'if [ $TRAVIS_OS_NAME = osx ] ; then ulimit -n 1024 ; fi'