travis/appveyor: don't overdo -d:nimCoroutines checking

This commit is contained in:
Araq
2017-02-26 23:31:58 +01:00
parent b724f46f6f
commit c525dfabc2
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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