# HG changeset patch # User koda # Date 1388766006 -3600 # Node ID 491f661a4e57a102e7ee7f5184b78209e79a864b # Parent 792ce11d1927a4690f5dd36dd2793478618e30d2 add more travis tests diff -r 792ce11d1927 -r 491f661a4e57 .travis.yml --- a/.travis.yml Fri Jan 03 17:14:19 2014 +0100 +++ b/.travis.yml Fri Jan 03 17:20:06 2014 +0100 @@ -7,11 +7,14 @@ - clang env: # Default build. Release. - - BUILD_ARGS="" + - BUILD_ARGS="-DCMAKE_BUILD_TYPE=Release" # Debug build - BUILD_ARGS="-DCMAKE_BUILD_TYPE=Debug" # Everything that's optional - - BUILD_ARGS="-DNOSERVER=0" + - BUILD_ARGS="-NOPNG=1" + - BUILD_ARGS="-NOVIDEOREC=1" + - BUILD_ARGS="-NOSERVER=1" + - BUILD_ARGS="-LUA_SYSTEM=0" matrix: allow_failures: # Failures we expect here