Adding my name to credits file
[supertux.git] / .travis.yml
index d77cd4d..b1ecc4d 100644 (file)
@@ -16,10 +16,11 @@ compiler:
  - gcc
  - clang
 
+matrix:
+ fast_finish: true
+
 env:
- - CMAKE_VERSION=3.0.1
- - SDL2_VERSION=2.0.3
- - SDL2IMAGE_VERSION=2.0.0
+ - CMAKE_VERSION=3.0.2 SDL2_VERSION=2.0.3 SDL2IMAGE_VERSION=2.0.0
  
 before_install:
  - sudo apt-get update -qq
@@ -45,14 +46,14 @@ script:
  # First a debug build:
 - mkdir build-debug
 - cd build-debug
-- cmake .. -DCMAKE_BUILD_TYPE=Debug -DCHECK_ASSETS=off
-- make VERBOSE=1 -j5
+- cmake .. -DCMAKE_BUILD_TYPE=Debug
+- make VERBOSE=1 -j $(nproc)
 # Then a release build:
 - cd ..
 - mkdir build-release
 - cd build-release
-- cmake .. -DCMAKE_BUILD_TYPE=Release -DCHECK_ASSETS=off
-- make VERBOSE=1 -j5
+- cmake .. -DCMAKE_BUILD_TYPE=Release
+- make VERBOSE=1 -j $(nproc)
 
 notifications:
   email: