summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh de Kock <josh@itanimul.li>2016-08-14 20:34:58 +0200
committerJosh de Kock <josh@itanimul.li>2016-08-29 16:50:36 +0100
commitff7531a474940eadc21c7380d8ee63520c9dd15a (patch)
tree5cc67d5be8daf18563d806c90d195f06caac8adf
parent11338b4fd3b9d81f02809dda315663bab4af3dc8 (diff)
downloadjack1-ff7531a474940eadc21c7380d8ee63520c9dd15a.tar.gz
travis.yml: add workaround for broken homebrew sed
Fixes a homebrew issue (https://github.com/Homebrew/legacy-homebrew/issues/43874)
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 708bc9e..347960c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,7 @@ addons:
before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew outdated pkg-config || brew upgrade pkg-config; fi
+ - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew uninstall libtool && brew install libtool; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install libsamplerate; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install libsndfile; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install readline; fi