# HG changeset patch # User Chris Cannam # Date 1507640028 -3600 # Node ID a87e1bcce7b0714799a2709591f83a201937d0f6 # Parent 5d9af3140f050e99c9ac6c99290dcb55014baf37 Update before install; seems to be necessary (based on other projects) to avoid recent Ruby-related error diff -r 5d9af3140f05 -r a87e1bcce7b0 .travis.yml --- 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