Merge pull request #24 from LocutusOfBorg/update-travis
authorsheepluva <sheepluva@users.noreply.github.com>
Mon, 05 Jan 2015 14:02:27 +0100
changeset 10761 fc37b9df2b03
parent 10758 0f3a0f117810 (current diff)
parent 10664 20ec6af4fb87 (diff)
child 10764 abeb23dca6e9
Merge pull request #24 from LocutusOfBorg/update-travis travis adjustments by LocutusOfBorg
--- a/.travis.yml	Mon Jan 05 01:38:46 2015 +0300
+++ b/.travis.yml	Mon Jan 05 14:02:27 2015 +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