diff .travis.yml @ 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 ad6c20459552
children 7496836f8f27
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 )