Mercurial > hg > sonic-annotator
changeset 316:3cd337892a16
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:52:12 +0100 |
parents | 9ebb9ac79bdf |
children | c3a3edc6c2f0 |
files | .travis.yml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Fri Oct 06 13:28:21 2017 +0100 +++ b/.travis.yml Tue Oct 10 13:52:12 2017 +0100 @@ -17,7 +17,7 @@ - libbz2-dev libfftw3-dev libfishsound1-dev libid3tag0-dev liblo-dev liblrdf0-dev libmad0-dev liboggz2-dev libpulse-dev libsamplerate-dev libsndfile-dev libsord-dev libxml2-utils portaudio19-dev qt5-default libqt5svg5-dev raptor-utils yajl-tools mlton before_install: - - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install polyml qt5 raptor yajl; fi + - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; brew install polyml qt5 raptor yajl; fi - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then export PATH=$PATH:/usr/local/opt/qt5/bin ; fi - ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk ) - ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-test-plugin )