diff .travis.yml @ 229:d54dab075247

Implement RDF type lookup
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 12 Jun 2017 10:20:25 +0100
parents 3a318dc7b59e
children 903f217e0ca7
line wrap: on
line diff
--- a/.travis.yml	Mon Jun 12 10:19:52 2017 +0100
+++ b/.travis.yml	Mon Jun 12 10:20:25 2017 +0100
@@ -17,7 +17,7 @@
       - qt5-default
       
 before_install:
-  - ( cd ../ ; git clone https://github.com/piper-audio/piper )
+  - ( cd ../ ; git clone -b output-type-uri 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 )