# HG changeset patch # User Chris Cannam # Date 1533808689 -3600 # Node ID 5cd830e77abf938b7a556b58ad70c5d566e50157 # Parent 3db4c7998faf14a1893a8664f77631e580260e0e Force older version of capnp for this older compiler on the Linux travis image diff -r 3db4c7998faf -r 5cd830e77abf .travis.yml --- a/.travis.yml Tue May 15 11:12:37 2018 +0100 +++ b/.travis.yml Thu Aug 09 10:58:09 2018 +0100 @@ -20,6 +20,7 @@ - ( cd ../ ; git clone https://github.com/piper-audio/piper ) - ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk ) - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto ) + - if [[ "$TRAVIS_OS_NAME" = "linux" ]] ; then ( cd ../capnproto ; git checkout v0.6.1 ) ; fi - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i ) - ( cd ../capnproto/c++ ; ./configure && make && sudo make install ) - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew update ; fi