travis: Trim down the number of tests
authorVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 10 Nov 2015 15:05:54 +0100
changeset 11343 0bff27d8d18f
parent 11342 aa3f886c6298
child 11344 852bf1e052f4
travis: Trim down the number of tests
.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