# HG changeset patch # User Vittorio Giovara # Date 1447164354 -3600 # Node ID 0bff27d8d18fe59f43182109d845948be98c2d8e # Parent aa3f886c629890a89ca56999c711ab7e5907b6a0 travis: Trim down the number of tests diff -r aa3f886c6298 -r 0bff27d8d18f .travis.yml --- a/.travis.yml Mon Nov 09 19:21:40 2015 +0100 +++ b/.travis.yml Tue Nov 10 15:05:54 2015 +0100 @@ -6,18 +6,11 @@ - gcc - clang env: - # Default build. Release. - BUILD_ARGS="-DCMAKE_BUILD_TYPE=Release" - # 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="-DNOSERVER=1 -DBUILD_ENGINE_C=1" + - BUILD_ARGS="-DNOSERVER=1 -DNOVIDEOREC=1 -DNOPNG=1" + - BUILD_ARGS="-DNOSERVER=1 -DLUA_SYSTEM=0 -DPHYSFS_SYSTEM=0" matrix: allow_failures: # Failures we expect here