test: Force reinstall of libtool on OSX

Travis build environment appears to have changed.
pull/20/merge
David Drysdale 8 years ago
parent 502554257d
commit 220b2b5320
  1. 1
      .travis.yml

@ -50,6 +50,7 @@ matrix:
install:
- pip install --user 'requests[security]<2.9.1'
- pip install --user cpp-coveralls
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew reinstall libtool > /dev/null; fi
before_script:
- |
if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CXX" = "g++" ]; then

Loading…
Cancel
Save