# HG changeset patch # User Chris Cannam # Date 1533807810 -3600 # Node ID 41ec8ed1c2cbf06993344fde2fb163eaaac5ddf6 # Parent 71de9da3ffca0ba96ca4d7afde0dde64723ca449 Require capnp v0.6.1, because newer code won't build with the older compilers available in this Travis image diff -r 71de9da3ffca -r 41ec8ed1c2cb .travis.yml --- 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 )