fixes the travis build for NIM_COMPILE_TO_CPP

This commit is contained in:
Araq
2018-11-09 11:10:21 +01:00
parent d1fe195dcc
commit 030fe373e4

View File

@@ -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