# HG changeset patch # User Chris Cannam # Date 1533808612 -3600 # Node ID 5665c580081a171e428f5b73443863529e8bfed1 # Parent debd173b69056a2461976b1f2dd8c6644cbe21ed Force older version of capnp for this older compiler on the Linux travis image diff -r debd173b6905 -r 5665c580081a .travis.yml --- a/.travis.yml Thu Aug 09 10:55:54 2018 +0100 +++ b/.travis.yml Thu Aug 09 10:56:52 2018 +0100 @@ -20,6 +20,7 @@ - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 ; fi - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then export PATH=$PATH:/usr/local/opt/qt5/bin ; fi - ( 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 )