wscript: parse version and define APPNAME
[vamp-aubio-plugins.git] / .travis.yml
index 3435767..4e45b24 100644 (file)
@@ -1,19 +1,17 @@
-language: python
+language: cpp 
 
 matrix:
   include:
-    - language: C++
-      os: linux
+    - os: linux
+      compiler: gcc
       env: ARCH=x86_64
-    - language: C++
-      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
 
@@ -32,7 +30,7 @@ script:
   - 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: