Skip to content

Commit

Permalink
Don't update boost for osx Travis build
Browse files Browse the repository at this point in the history
In an attempt to speed up the whole build, to avoid timeouts
  • Loading branch information
lucteo committed Mar 31, 2019
1 parent cacdfe4 commit 9fc7e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ echo "LC_ALL=$LC_ALL"

if [ $TRAVIS_OS_NAME == osx ]; then
# brew update
brew upgrade boost
# brew upgrade boost
brew install llvm@7
fi

0 comments on commit 9fc7e4a

Please sign in to comment.