.travis.yml: fix typo
authorPaul Brossier <piem@piem.org>
Sun, 11 Dec 2016 00:49:14 +0000 (01:49 +0100)
committerPaul Brossier <piem@piem.org>
Sun, 11 Dec 2016 00:49:14 +0000 (01:49 +0100)
.travis.yml

index e244895..e582508 100644 (file)
@@ -67,7 +67,8 @@ install:
 
 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