From 030fe373e4d43e33d88439da987da607e850796c Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 9 Nov 2018 11:10:21 +0100 Subject: [PATCH] fixes the travis build for NIM_COMPILE_TO_CPP --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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