mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
parent
0dc3f78339
commit
b24d932e9b
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ cache:
|
|||
- $HOME/.cache/pip
|
||||
|
||||
before_install:
|
||||
- '([ $TRAVIS_OS_NAME == linux ] && dpkg -s libaugeas0 && service nginx stop) || (brew update && brew install augeas python3 && brew upgrade python && brew link python)'
|
||||
- '([ $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