diff .travis.yml @ 1977:34cb861994a2 c++14

v0.6.1, not 0.6.0
author Chris Cannam
date Fri, 31 Aug 2018 13:52:30 +0100
parents 810a0b8f5472
children 60d78294ea3a
line wrap: on
line diff
--- a/.travis.yml	Fri Aug 31 13:41:27 2018 +0100
+++ b/.travis.yml	Fri Aug 31 13:52:30 2018 +0100
@@ -21,7 +21,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 )
-  - ( cd ../capnproto/ ; git checkout v0.6.0 )
+  - ( cd ../capnproto/ ; git checkout v0.6.1 )
   - ( cd ../capnproto/c++ ; autoreconf -i )
   - ( cd ../capnproto/c++ ; ./configure && make && sudo make install )