Compare commits

...

2 Commits

Author SHA1 Message Date
Brad Warren
80fa6272cd Exit 0? 2017-06-21 17:48:11 -07:00
Brad Warren
a805e826ba Always exit 2017-06-21 17:44:45 -07:00

View File

@@ -5,7 +5,7 @@ cache:
- $HOME/.cache/pip
before_install:
- '[ $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'