Skip to content

Commit

Permalink
Attempt to fix OS X travis.ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrager committed Aug 9, 2016
1 parent 226adc4 commit 9c220c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ before_install:
brew install flex || true;
brew install bison || true;
brew install oniguruma || true;
- if [ "$TRAVIS_OS_NAME" != "linux" ]; then
brew uninstall libtool || true;
brew install libtool || true;
fi
- rm src/{lexer,parser}.{c,h}

install:
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ [email protected] <[email protected]>
Travis Gockel <[email protected]>
Zhiming Wang <[email protected]>
13ren <[email protected]>
Lee Trager <[email protected]> - Snap packaging

0 comments on commit 9c220c8

Please sign in to comment.