Skip to content

Commit

Permalink
travis: Work around glibtoolize error.
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Stringer <[email protected]>
Acked-by: Lance Richardson <[email protected]>
  • Loading branch information
joestringer committed Sep 21, 2016
1 parent 43551fe commit fb9043b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis/osx-prepare.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash
set -ev
pip install --user six

brew uninstall libtool && brew install libtool || true

0 comments on commit fb9043b

Please sign in to comment.