From 5b52a54fbb8a479026e2828c1ab6b72f04cb3a8b Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 11 Dec 2016 01:49:14 +0100 Subject: [PATCH] .travis.yml: fix typo --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e244895e..e5825080 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- 2.11.0