# HG changeset patch # User Chris Cannam # Date 1533807925 -3600 # Node ID d62a69f8d649e510411c40857787282980e1c435 # Parent 41ec8ed1c2cbf06993344fde2fb163eaaac5ddf6 Or, we could do this only for Linux since the OSX build should be more up-to-date? diff -r 41ec8ed1c2cb -r d62a69f8d649 .travis.yml --- a/.travis.yml Thu Aug 09 10:43:30 2018 +0100 +++ b/.travis.yml Thu Aug 09 10:45:25 2018 +0100 @@ -13,7 +13,7 @@ before_install: - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto ) - - ( cd ../capnproto ; git checkout v0.6.1 ) + - 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 )