projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38b7a69
)
.travis.yml: fix typo
author
Paul Brossier
<piem@piem.org>
Sun, 11 Dec 2016 00:49:14 +0000
(
01:49
+0100)
committer
Paul Brossier
<piem@piem.org>
Sun, 11 Dec 2016 00:49:14 +0000
(
01:49
+0100)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
e244895
..
e582508
100644
(file)
--- 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