Mercurial > hg > sonic-annotator
changeset 357:e8f9fcca9528
Remove unnecessary (and thus failing) Hg update
author | Chris Cannam |
---|---|
date | Thu, 24 Oct 2019 11:58:25 +0100 |
parents | e10d30c67eff |
children | d8fb9e977aea 79f434d834a7 |
files | .travis.yml |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 )