Merge pull request #8229 from timotheecour/patch-6

workaround for issue #8227
This commit is contained in:
Dominik Picheta
2018-07-07 10:09:38 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ script:
- nimble install zip -y
- nimble install opengl
- nimble install sdl1
- nimble install jester@#head
- nimble install jester@#head -y
- nimble install niminst
- nim c --taintMode:on -d:nimCoroutines tests/testament/tester
- tests/testament/tester --pedantic all -d:nimCoroutines

View File

@@ -52,7 +52,7 @@ build_script:
- nimble install zip -y
- nimble install opengl
- nimble install sdl1
- nimble install jester@#head
- nimble install jester@#head -y
- nimble install niminst
- nim c --taintMode:on -d:nimCoroutines tests/testament/tester