More verbose debug message
[supertux.git] / .travis.yml
index 364a1c8..f9e54de 100644 (file)
@@ -47,6 +47,8 @@ before_install:
  - (cd SDL2_image-$SDL2IMAGE_VERSION && ./configure --prefix=/usr && make -j5 && sudo make install)
 
 script:
+ # Clean from previous Travis build
+- git clean -f
  # First a debug build:
 - mkdir build-debug
 - cd build-debug
@@ -67,7 +69,7 @@ addons:
     notification_email: supertux-commit@lists.lethargik.org
     build_command_prepend: "cmake . && make clean"
     build_command:   "make -j 4"
-    branch_pattern: master
+    branch_pattern: coverity_scan
 
 notifications:
   email: