Skip to content

Commit

Permalink
[travis] Work around osx libtool issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Sep 25, 2016
1 parent d9e62d3 commit 9f0b997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

language: cpp

compiler:
Expand Down Expand Up @@ -26,6 +25,7 @@ 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 9f0b997

Please sign in to comment.