projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5de7f98
)
.travis.yml: install sox on osx
author
Paul Brossier
<piem@piem.org>
Sat, 30 Apr 2016 14:38:32 +0000
(16:38 +0200)
committer
Paul Brossier
<piem@piem.org>
Sat, 30 Apr 2016 14:38:32 +0000
(16:38 +0200)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
e6d907a
..
cc0e8c2
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-62,6
+62,10
@@
addons:
- libfftw3-dev
- sox
+before_install:
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sox; fi
+
install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis_retry pip install nose2; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then travis_retry pip install --user nose2; fi