More detailed error message.
[rtaudio-cdist.git] / .travis.yml
index f141ee66fce4fcaf3610384903e692bd9b6fab31..838f834e269c206b52f817ef244fa802f08a6551 100644 (file)
@@ -1,8 +1,5 @@
 language: cpp
 sudo: false  # docker VM
-branches:
-  only:
-    - travis
 matrix:
   include:
   - os: linux
@@ -29,12 +26,6 @@ matrix:
   - os: linux
     env: HOST="" API="oss"
     compiler: clang
-  - os: linux
-    env: HOST="--host=i686-w64-mingw32" API="winmm" CPPFLAGS="-Wno-unused-function"
-    compiler: gcc
-  - os: linux
-    env: HOST="--host=x86_64-w64-mingw32" API="winmm" CPPFLAGS="-Wno-unused-function"
-    compiler: gcc
   - os: linux
     env: HOST="--host=i686-w64-mingw32" API="dsound" CPPFLAGS="-Wno-unused-function"
     compiler: gcc
@@ -79,4 +70,8 @@ after_script:
 # JACK: Jack server not running
 # - tests/midiprobe
 notifications:
-  email: false
+  email:
+    recipients:
+      - radarsat1@gmail.com
+    on_success: never
+    on_failure: change