summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-10-18 10:06:50 +0200
committerAraq <rumpf_a@web.de>2018-10-18 10:06:50 +0200
commit505571f31ca2b9c1d26bf01ccf0a83375e67a7e4 (patch)
tree1a5329b9f665a832746ea0a3393533347a680b88 /.travis.yml
parent95504caa31df4cb4e86b03fd38d729b2ddb1d439 (diff)
downloadNim-505571f31ca2b9c1d26bf01ccf0a83375e67a7e4.tar.gz
travis: use explicit build matrix; prepare for extensive C++ testing
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml19
1 files changed, 14 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 98ac61d16..6fb19648e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,21 @@
 sudo: false
 language: c
-os:
-  - linux
-  - osx
+
 dist: trusty
 
-#matrix:
-#  allow_failures:
+matrix:
+  include:
+    - os: linux
+      env: NIM_COMPILE_TO_CPP=false
+
+    - os: osx
+      env: NIM_COMPILE_TO_CPP=false
+
+    - os: osx
+      env: NIM_COMPILE_TO_CPP=true
+
+  allow_failures:
+    - env: NIM_COMPILE_TO_CPP=true
 #    - os: osx
 
 addons: