about summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 0099efbc..6e617be0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,11 +12,15 @@ addons:
 before_install:
   - CXX=clang++
 
+matrix:
+  include:
+    - env: CXX=clang++ START=000 END=070
+    - env: CXX=clang++ START=070 END=999
+    - env: CXX=clang++ START=chessboard
+    - env: CXX=clang++ START=edit
+
 script:
-  - ./test_layers 000 070
-  - ./test_layers 070 999
-  - ./test_layers chessboard
-  - ./test_layers edit
+  - ./test_layers $START $END
 
 notifications:
   email: