projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c1709c
)
.travis.yml: fix syntax
author
Paul Brossier
<piem@piem.org>
Thu, 17 Nov 2016 12:16:09 +0000
(13:16 +0100)
committer
Paul Brossier
<piem@piem.org>
Thu, 17 Nov 2016 12:16:09 +0000
(13:16 +0100)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
e2de7cd
..
93f870a
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-81,7
+81,8
@@
before_install:
install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis_retry pip install nose2; fi
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
+ - |
+ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
travis_retry pip install --user --upgrade pip
travis_retry pip install --user nose2
fi;