mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Exit 0?
This commit is contained in:
parent
a805e826ba
commit
80fa6272cd
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ cache:
|
|||
- $HOME/.cache/pip
|
||||
|
||||
before_install:
|
||||
- 'exit; [ $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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue