diff options
author | Araq <rumpf_a@web.de> | 2017-02-26 23:31:58 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2017-02-26 23:31:58 +0100 |
commit | c525dfabc2d362967a45c04be31fa2568fc0c16e (patch) | |
tree | c7839f5f3dde100d0dccdab95c56bd45d7554730 /appveyor.yml | |
parent | b724f46f6f026a3c3ce97ded0dfb47a07eba1680 (diff) | |
download | Nim-c525dfabc2d362967a45c04be31fa2568fc0c16e.tar.gz |
travis/appveyor: don't overdo -d:nimCoroutines checking
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
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 |