Mercurial > hg > vamp-plugin-sdk
changeset 498:a87e1bcce7b0
Update before install; seems to be necessary (based on other projects) to avoid recent Ruby-related error
author | Chris Cannam |
---|---|
date | Tue, 10 Oct 2017 13:53:48 +0100 |
parents | 5d9af3140f05 |
children | 8ede825a54f6 |
files | .travis.yml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Thu May 25 10:25:05 2017 +0100 +++ b/.travis.yml Tue Oct 10 13:53:48 2017 +0100 @@ -18,7 +18,7 @@ before_install: - ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-test-plugin ) - - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install libsndfile ; fi + - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; brew install libsndfile ; fi script: - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then make -f build/Makefile.osx test ; else ./test/run-test-plugin-regression.sh ; fi