# HG changeset patch # User Chris Cannam # Date 1484908687 0 # Node ID 35f038539cbf6016d03cb3679a20b34642e12c92 # Parent e8c3abe1cacb53ae30abee60a4de9bf3bc16786d This is not going to work diff -r e8c3abe1cacb -r 35f038539cbf .travis.yml --- a/.travis.yml Fri Jan 20 10:25:22 2017 +0000 +++ b/.travis.yml Fri Jan 20 10:38:07 2017 +0000 @@ -14,7 +14,7 @@ before_install: - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto ) - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i ) - - ( cd ../capnproto/c++ ; ./configure && make && make install ) + - ( cd ../capnproto/c++ ; ./configure && make && sudo make install ) install: - sudo pip install jsonschema