Skip to content

Commit cedda14

Browse files
authored
Merge pull request sipa#28 from MarcoFalke/patch-1
[travis] Work around osx libtool issue
2 parents d9e62d3 + 9f0b997 commit cedda14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
language: cpp
32

43
compiler:
@@ -26,6 +25,7 @@ addons:
2625
- pkg-config
2726

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

0 commit comments

Comments
 (0)