mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-05 03:14:08 +00:00
travis: use explicit build matrix; prepare for extensive C++ testing
This commit is contained in:
19
.travis.yml
19
.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:
|
||||
|
||||
Reference in New Issue
Block a user