diff .travis.yml @ 357:e8f9fcca9528

Remove unnecessary (and thus failing) Hg update
author Chris Cannam
date Thu, 24 Oct 2019 11:58:25 +0100
parents 0b3c180d5e08
children
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 )