Skip to content

Commit 46fbf3a

Browse files
committed
Work around OSX on Travis
1 parent 45cd956 commit 46fbf3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ case "$TRAVIS_OS_NAME" in
6565
# NOTE OSx's nm doesn't accept the `--defined-only` or provide an equivalent.
6666
# Use GNU nm instead
6767
NM=gnm
68+
brew update
6869
brew install binutils
6970
;;
7071
*)

0 commit comments

Comments
 (0)