changeset 1951:5665c580081a

Force older version of capnp for this older compiler on the Linux travis image
author Chris Cannam
date Thu, 09 Aug 2018 10:56:52 +0100
parents debd173b6905
children 4a1b7b175807
files .travis.yml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 )