From 797435fd6f405b18b4370f2bde7e4b8f7852496b Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 30 Apr 2016 16:00:38 +0200 Subject: [PATCH] .travis.yml: re-enable test sounds creation --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0