changeset 211:41ec8ed1c2cb

Require capnp v0.6.1, because newer code won't build with the older compilers available in this Travis image
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 09 Aug 2018 10:43:30 +0100
parents 71de9da3ffca
children d62a69f8d649
files .travis.yml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Fri Feb 02 11:43:34 2018 +0000
+++ b/.travis.yml	Thu Aug 09 10:43:30 2018 +0100
@@ -13,6 +13,7 @@
 
 before_install:
   - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto )
+  - ( cd ../capnproto ; git checkout v0.6.1 )
   - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i )
   - ( cd ../capnproto/c++ ; ./configure && make && sudo make install )