Browse Source

Merge pull request #3528 from ThomasWaldmann/fix-travis-brew

travis osx: run brew update first, fixes #3527
TW 7 năm trước cách đây
mục cha
commit
26f1cd1486
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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