Skip to content

Commit

Permalink
.travis.yml: fix brew issue with libtool by uninstall / reinstall
Browse files Browse the repository at this point in the history
brew uninstall libtool && brew install libtool

as per:

Homebrew/legacy-homebrew#43874

Signed-off-by: Michael Ira Krufky <mkrufky@linuxtv.org>
  • Loading branch information
mkrufky committed Jul 22, 2016
1 parent 7571922 commit c6e65ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -242,5 +242,7 @@ script:
before_install:
- if [ "$TRAVIS_OS_NAME" != "linux" ]; then
brew update;
brew uninstall libtool;
brew install libtool;
brew install libdvbpsi libhdhomerun;
fi

0 comments on commit c6e65ac

Please sign in to comment.