summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--appveyor.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d8d8b7fc..282254b5d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,8 +30,8 @@ before_script:
   - export PATH=$(pwd)/bin:$PATH
 script:
   - nim c koch
-  - ./koch boot -d:nimCoroutines
-  - ./koch boot -d:release -d:nimCoroutines
+  - ./koch boot
+  - ./koch boot -d:release
   - ./koch nimble
   - nim e tests/test_nimscript.nims
   - nimble install zip -y
diff --git a/appveyor.yml b/appveyor.yml
index 9199755d9..f27429681 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -43,8 +43,8 @@ install:
 
 build_script:
   - bin\nim c koch
-  - koch boot -d:nimCoroutines
-  - koch boot -d:release -d:nimCoroutines
+  - koch boot
+  - koch boot -d:release
   - koch nimble
   - nim e tests/test_nimscript.nims
   - nimble install zip -y