diff .travis.yml @ 351:228afe7eb408

CI updates
author Chris Cannam
date Fri, 06 Sep 2019 11:48:12 +0100
parents 3cfb0154a9bc
children 497b4b1f9224
line wrap: on
line diff
--- a/.travis.yml	Fri Aug 30 12:05:12 2019 +0100
+++ b/.travis.yml	Fri Sep 06 11:48:12 2019 +0100
@@ -21,6 +21,8 @@
 
 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 )