We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e62d3 commit 9f0b997Copy full SHA for 9f0b997
.travis.yml
@@ -1,4 +1,3 @@
1
-
2
language: cpp
3
4
compiler:
@@ -26,6 +25,7 @@ addons:
26
25
- pkg-config
27
28
before_script:
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew uninstall libtool; brew install libtool; fi
29
- if [ -n "$USE_SHELL" ]; then export CONFIG_SHELL="$USE_SHELL"; fi
30
- test -n "$USE_SHELL" && eval '"$USE_SHELL" -c "./autogen.sh"' || ./autogen.sh
31
0 commit comments