Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2017-10-11 03:30:51 +0300
committerGitHub <noreply@github.com>2017-10-11 03:30:51 +0300
commitcacc40817be0ad6f96c9ce60979d6483e01aef60 (patch)
treeb358a40bb06cf198bb96017dc3ccda693e2c195d /.travis.yml
parentd2c16fcb6252ba1a68be336254c3ecdf81bd4144 (diff)
Update brew before installing packages (#5182)
* Update brew
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0ca0f3b5c..b27081c24 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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'