Commit 220538bf authored by Kenton Varda's avatar Kenton Varda

Fix Travis build: Homebrew now complains that these are already installed.

parent 51ea8580
......@@ -18,7 +18,4 @@ addons:
- autoconf
- libtool
- pkg-config
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install automake autoconf libtool; fi
script: ./super-test.sh -j2 quick # limit parallelism due to limited memory on Travis
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment