vamp-aubio.n3: fix mfcc output
[vamp-aubio-plugins.git] / .travis.yml
index 5bf31e0..4e45b24 100644 (file)
@@ -1,19 +1,17 @@
-language: python
+language: cpp 
 
 matrix:
   include:
-      os: linux
+    - os: linux
       compiler: gcc
       env: ARCH=x86_64
-      os: linux
+    - os: linux
       compiler: gcc
       env: ARCH=i386
-    - language: C
-      os: osx
+    - os: osx
       compiler: clang
       env: ARCH=x86_64
-    - language: C
-      os: osx
+    - os: osx
       compiler: clang
       env: ARCH=i386
 
@@ -28,11 +26,11 @@ addons:
 
 script:
   - ./scripts/get_waf.sh
-  - ./scripts/get_aubio.h
+  - ./scripts/get_aubio.sh
   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./scripts/get_deps_linux.sh; fi
   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./scripts/get_deps_osx.sh; fi
   - python waf configure
-  - python waf build
+  - python waf build -v
 
 notifications:
     irc: