summary refs log tree commit diff stats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2017-02-26 23:31:58 +0100
committerAraq <rumpf_a@web.de>2017-02-26 23:31:58 +0100
commitc525dfabc2d362967a45c04be31fa2568fc0c16e (patch)
treec7839f5f3dde100d0dccdab95c56bd45d7554730 /appveyor.yml
parentb724f46f6f026a3c3ce97ded0dfb47a07eba1680 (diff)
downloadNim-c525dfabc2d362967a45c04be31fa2568fc0c16e.tar.gz
travis/appveyor: don't overdo -d:nimCoroutines checking
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
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