From 9c220c878587603a6ef78c493c691aa8d418482c Mon Sep 17 00:00:00 2001 From: Lee Trager Date: Tue, 9 Aug 2016 11:51:53 -0700 Subject: [PATCH] Attempt to fix OS X travis.ci build --- .travis.yml | 4 ++++ AUTHORS | 1 + 2 files changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 97596ff838..97b93ad80b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/AUTHORS b/AUTHORS index da04d5c4d1..0e5f07805b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -69,3 +69,4 @@ tal@whatexit.org Travis Gockel Zhiming Wang 13ren +Lee Trager - Snap packaging