Explorar o código

travis osx: run brew update first, fixes #3527

suggested as work around on the travis issue about this ruby version
issue (wanted: 2.3, having: 2.0).
Thomas Waldmann %!s(int64=7) %!d(string=hai) anos
pai
achega
e4828078bb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .travis/install.sh

+ 1 - 0
.travis/install.sh

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