# HG changeset patch # User Chris Cannam # Date 1497516713 -3600 # Node ID 86d4310c2a623f618d43616a138d181a945e1aab # Parent b32c68f08ec05c3041633f02f1efb2c8e1934b9d Back to master branch diff -r b32c68f08ec0 -r 86d4310c2a62 .travis.yml --- a/.travis.yml Thu Jun 15 09:38:52 2017 +0100 +++ b/.travis.yml Thu Jun 15 09:51:53 2017 +0100 @@ -17,7 +17,7 @@ - qt5-default libsord-dev before_install: - - ( cd ../ ; git clone -b output-type-uri https://github.com/piper-audio/piper ) + - ( cd ../ ; git clone https://github.com/piper-audio/piper ) - ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk ) - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto ) - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i )