Parcourir la source

Merge pull request #3656 from miek/backport-3604

Backport #3604 to 1.1-maint
TW il y a 7 ans
Parent
commit
8f2b62522d
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      .travis/install.sh

+ 0 - 1
.travis/install.sh

@@ -4,7 +4,6 @@ set -e
 set -x
 
 if [[ "$(uname -s)" == 'Darwin' ]]; then
-    brew update
     if [[ "${OPENSSL}" != "0.9.8" ]]; then
         brew outdated openssl || brew upgrade openssl
     fi