# HG changeset patch # User Chris Cannam # Date 1486638450 0 # Node ID e2f8dc4a76221785499c2fb0d2025c1c3341529c # Parent dc243e3c15e0e18997e7303e9e05493988f39320 Giving up on this. Maybe in another thousand years diff -r dc243e3c15e0 -r e2f8dc4a7622 .travis.yml --- a/.travis.yml Thu Feb 09 10:21:18 2017 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -dist: - - trusty - -language: - - cpp - -sudo: - - false - -os: - - linux - -addons: - apt: - packages: - - llvm-3.3 - - emscripten - -before_install: - - ( 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 ) - - apt-cache search emscripten - - apt-cache search llvm - - em++ --version - -script: - - ( cd examples/vamp-example-plugins && make test ) - -