diff options
-rw-r--r-- | .travis.yml | 19 |
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: |