From 46fbf3a565c999d79803f7dde78eda7d81e9097e Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 2 Nov 2017 11:14:05 -0700 Subject: [PATCH] Work around OSX on Travis --- ci/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/run.sh b/ci/run.sh index 9a32ee9..95dcdfd 100755 --- a/ci/run.sh +++ b/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 ;; *)