Work around OSX on Travis

master
Alex Crichton 2017-11-02 11:14:05 -07:00
parent 45cd956acc
commit 46fbf3a565
1 changed files with 1 additions and 0 deletions

View File

@ -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
;;
*)