ref: 5b52a54fbb8a479026e2828c1ab6b72f04cb3a8b
parent: 38b7a693c8ad066edc41ccd8dae114e1a11e5edc
author: Paul Brossier <piem@piem.org>
date: Sat Dec 10 20:49:14 EST 2016
.travis.yml: fix typo
--- a/.travis.yml
+++ b/.travis.yml
@@ -67,7 +67,8 @@
script:
- make create_test_sounds
- - if [[ -z "$AUBIO_NOTESTS" ]]; then
+ - |
+ if [[ -z "$AUBIO_NOTESTS" ]]; then
make test_lib_python_clean
make test_python_only_clean
else