diff options
author | Araq <rumpf_a@web.de> | 2018-11-09 11:10:21 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-11-11 17:02:00 +0100 |
commit | 030fe373e4d43e33d88439da987da607e850796c (patch) | |
tree | a0892dc18691dd172d5473e68564c69757a3d6e5 | |
parent | d1fe195dcc4026ee3f732bb38a0642ff6c4e0d91 (diff) | |
download | Nim-030fe373e4d43e33d88439da987da607e850796c.tar.gz |
fixes the travis build for NIM_COMPILE_TO_CPP
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6fb19648e..4c3c687e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ before_script: - export PATH=$(pwd)/bin${PATH:+:$PATH} script: - nim c koch - - ./koch boot + - env NIM_COMPILE_TO_CPP=false ./koch boot - ./koch boot -d:release - ./koch nimble - nim e tests/test_nimscript.nims |