소스 검색

Work around OSX on Travis

Alex Crichton 7 년 전
부모
커밋
46fbf3a565
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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
         ;;
     *)