# HG changeset patch
# User Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
# Date 1418374318 -3600
# Node ID 20ec6af4fb870ff35b59b187c02937ed19a9156f
# Parent  9bbb29d2bd68407337dc041a644bbadd637adf74
Use notice and skip join on irc

diff -r 9bbb29d2bd68 -r 20ec6af4fb87 .travis.yml
--- a/.travis.yml	Thu Dec 11 21:32:24 2014 -0500
+++ b/.travis.yml	Fri Dec 12 09:51:58 2014 +0100
@@ -11,13 +11,13 @@
   # Debug build
   - BUILD_ARGS="-DCMAKE_BUILD_TYPE=Debug"
   # Everything that's optional
+  - BUILD_ARGS="-DBUILD_ENGINE_C=1"
   - BUILD_ARGS="-DNOPNG=1"
   - BUILD_ARGS="-DNOVIDEOREC=1"
   - BUILD_ARGS="-DNOSERVER=1"
   - BUILD_ARGS="-DLUA_SYSTEM=0"
   - BUILD_ARGS="-DPHYSFS_SYSTEM=0"
   - BUILD_ARGS="-DGL2=1"
-  - BUILD_ARGS="-DBUILD_ENGINE_C=1"
 matrix:
   allow_failures:
     # Failures we expect here
@@ -27,10 +27,12 @@
 script: 
   - mkdir build && cd build && cmake $BUILD_ARGS .. && make VERBOSE=1 && make test_verbose
 notifications:
+  email: false
   irc:
     channels:
       - "chat.freenode.net#hedgewars"
     template:
       - "hw-build #%{build_number} (%{commit} by %{author}): %{message}"
       - "See details at %{build_url}"
-  email: false
+    on_success: change
+    on_failure: always