From: Paul Brossier Date: Thu, 22 Nov 2018 02:20:40 +0000 (+0100) Subject: [ci] move homebrew packages to travis addons, skip brew update X-Git-Tag: 0.4.8~4 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=d252666c9a9a355821246e392a67f4452fdf50e3;p=aubio.git [ci] move homebrew packages to travis addons, skip brew update --- diff --git a/.travis.yml b/.travis.yml index 0473ba74..b799ce2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,15 +62,17 @@ addons: - libfftw3-dev - sox - lcov + homebrew: + packages: + - sox + - ffmpeg + - libsndfile + - lcov + #update: true before_install: - | if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then - brew update - brew install sox - brew install ffmpeg - brew install libsndfile - brew install lcov export PATH="$HOME/Library/Python/2.7/bin/:$PATH" fi;