From: Azat Khuzhin Date: Mon, 5 Nov 2018 19:58:25 +0000 (+0300) Subject: travis: use homebrew via addon (-~4min/16% from the build time) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58e853f2c54dca223cd2d42665e74c2208c84cf1;p=libevent travis: use homebrew via addon (-~4min/16% from the build time) --- diff --git a/.travis.yml b/.travis.yml index 7186c36d..7451995a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,10 +45,6 @@ before_install: - export JOBS=20 - export TIMEOUT=50 - if [ "$TRAVIS_OS_NAME" == "osx" ]; then - brew update; - brew uninstall libtool && brew install libtool; - brew install openssl; - brew install lcov; if [ "$CC" == "gcc" ]; then export CC=$(ls -t /usr/local/bin/gcc-?.?); fi @@ -77,6 +73,12 @@ addons: - autoconf - cmake - lcov + homebrew: + packages: + - openssl + - lcov + - libtool + script: - if [ "$EVENT_BUILD_METHOD" = "autotools" ]; then