Skip to content

Commit

Permalink
Problem: travis old brew workaround still in place
Browse files Browse the repository at this point in the history
Solution: remove it as it's useless now
  • Loading branch information
bluca committed Sep 15, 2017
1 parent 99e027a commit 6d57807
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ env:
- DISTCHECK_CONFIGURE_FLAGS="--with-libsodium --prefix=${BUILD_PREFIX}"

before_install:
# workaround for Travis OSX CI bug, hasn't been fixed in a month so time for a hack
- if [ $TRAVIS_OS_NAME == "osx" ] ; then brew uninstall libtool && brew install libtool ; fi
- if [ $TRAVIS_OS_NAME == "osx" ] ; then brew install libsodium ; fi

# ZMQ stress tests need more open socket (files) than the usual default
Expand Down

0 comments on commit 6d57807

Please sign in to comment.