From: Paul Brossier Date: Sun, 11 Dec 2016 00:49:14 +0000 (+0100) Subject: .travis.yml: fix typo X-Git-Tag: 0.4.4~89 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=5b52a54fbb8a479026e2828c1ab6b72f04cb3a8b;p=aubio.git .travis.yml: fix typo --- 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