shithub: aubio

Download patch

ref: 05c54ffcb71129f6a81b00fb2653b70f4b68a131
parent: be06e53a62093e13171b2efc2c95dde0391028fa
author: Paul Brossier <piem@piem.org>
date: Sat Apr 30 00:17:30 EDT 2016

.travis.yml: install sox and create some sounds

--- a/.travis.yml
+++ b/.travis.yml
@@ -78,8 +78,14 @@
     - libjack-dev
     - libasound2-dev
     - libfftw3-dev
+    - sox
 
+before_install:
+  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then; brew upgrade; fi
+  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then; brew install sox; fi
+
 script:
+  - make create_test_sounds
   - make build
   - make build_python
   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make test_python; fi