| Date: Fri, 13 Nov 2020 00:04:09 -0800
Don't try to install existing packages
homebrew errors out if we try to install packages
tthat are already installed, so skip them.
Diffstat:
M .travis.yml | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
--- |
| t@@ -7,7 +7,6 @@ env:
- FLAGS="--enable-networking"
- FLAGS="--disable-networking"
before_install:
- - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update && brew install automake autoconf glib; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update -qq && sudo apt-get install -qq automake autoconf gcc libglib2.0-dev libcurl4-openssl-dev libgtk-3-dev; fi
script: |