mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Revert "We don't need to run dpkg -s in before_install."
This reverts commit e5d35099a7.
This commit is contained in:
parent
29a75eb8a7
commit
c1b4f21325
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue