Revert "We don't need to run dpkg -s in before_install."

This reverts commit e5d35099a7.
This commit is contained in:
Brad Warren 2018-07-05 18:37:27 -07:00
parent 29a75eb8a7
commit c1b4f21325

View file

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