# HG changeset patch # User Chris Cannam # Date 1571914705 -3600 # Node ID e8f9fcca9528fb28cce92ff00452b272a9b77c10 # Parent e10d30c67eff64c8a1c13c16cb662fb468474e9d Remove unnecessary (and thus failing) Hg update diff -r e10d30c67eff -r e8f9fcca9528 .travis.yml --- a/.travis.yml Thu Oct 24 11:14:27 2019 +0100 +++ b/.travis.yml Thu Oct 24 11:58:25 2019 +0100 @@ -22,7 +22,6 @@ before_install: - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; brew install polyml qt5 raptor yajl; fi - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew unlink python ; fi - - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew upgrade mercurial ; 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 )