# HG changeset patch # User Chris Cannam # Date 1486633771 0 # Node ID fcf7ceb696dd23e9ec313cabd85ceb5ae3faa14c # Parent c9a8c7ef9c12c05241031be998ca578b551d3a93 Emscripten won't compile anything the first time it's run after installation. Try forcing the issue diff -r c9a8c7ef9c12 -r fcf7ceb696dd .travis.yml --- a/.travis.yml Wed Feb 08 18:08:51 2017 +0000 +++ b/.travis.yml Thu Feb 09 09:49:31 2017 +0000 @@ -19,6 +19,7 @@ - ( cd ../ ; git clone https://github.com/piper-audio/piper ) - ( cd ../ ; git clone https://github.com/piper-audio/piper-cpp ) - ( cd ../ ; hg clone https://code.soundsoftware.ac.uk/hg/vamp-plugin-sdk ) + - em++ --version script: - ( cd examples/vamp-example-plugins && make test )