.travis.yml: re-enable test sounds creation
authorPaul Brossier <piem@piem.org>
Sat, 30 Apr 2016 14:00:38 +0000 (16:00 +0200)
committerPaul Brossier <piem@piem.org>
Sat, 30 Apr 2016 14:00:38 +0000 (16:00 +0200)
.travis.yml

index 5a714e1..e6d907a 100644 (file)
@@ -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