Update brew before installing packages (#5182)

* Update brew
This commit is contained in:
Brad Warren 2017-10-10 17:30:51 -07:00 committed by GitHub
parent d2c16fcb62
commit cacc40817b

View file

@ -5,7 +5,7 @@ cache:
- $HOME/.cache/pip
before_install:
- '[ $TRAVIS_OS_NAME == linux ] && dpkg -s libaugeas0 || brew install augeas python3'
- '([ $TRAVIS_OS_NAME == linux ] && dpkg -s libaugeas0) || (brew update && brew install augeas python3)'
before_script:
- 'if [ $TRAVIS_OS_NAME = osx ] ; then ulimit -n 1024 ; fi'