From: Paul Brossier Date: Sat, 30 Apr 2016 14:00:38 +0000 (+0200) Subject: .travis.yml: re-enable test sounds creation X-Git-Tag: 0.4.4~300^2~157 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=797435fd6f405b18b4370f2bde7e4b8f7852496b;p=aubio.git .travis.yml: re-enable test sounds creation --- diff --git a/.travis.yml b/.travis.yml index 5a714e13..e6d907af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,7 +67,7 @@ install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then travis_retry pip install --user nose2; fi script: - - echo make create_test_sounds disabled for now + - make create_test_sounds - make build - make build_python - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make test_python; fi