Explorar o código

Work around OSX on Travis

Alex Crichton %!s(int64=7) %!d(string=hai) anos
pai
achega
46fbf3a565
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      ci/run.sh

+ 1 - 0
ci/run.sh

@@ -65,6 +65,7 @@ case "$TRAVIS_OS_NAME" in
         # NOTE OSx's nm doesn't accept the `--defined-only` or provide an equivalent.
         # Use GNU nm instead
         NM=gnm
+        brew update
         brew install binutils
         ;;
     *)