diff --git a/.travis.yml b/.travis.yml index 6fb19648e2..4c3c687e2b 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