Skip to content

Commit

Permalink
Remove HomeBrew workaround
Browse files Browse the repository at this point in the history
This reverts 9f0b997
  • Loading branch information
MarcoFalke committed Nov 10, 2017
1 parent 9f0b997 commit fa04209
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -25,7 +25,6 @@ addons:
- pkg-config

before_script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew uninstall libtool; brew install libtool; fi
- if [ -n "$USE_SHELL" ]; then export CONFIG_SHELL="$USE_SHELL"; fi
- test -n "$USE_SHELL" && eval '"$USE_SHELL" -c "./autogen.sh"' || ./autogen.sh

Expand Down

0 comments on commit fa04209

Please sign in to comment.