diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2018-07-06 22:39:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-06 22:39:08 -0700 |
commit | 105cdfa9e19a4368cbb597ea1ac80990b20c20fc (patch) | |
tree | 980b97066426bdb69e5775817c6dde4acaaa4825 /.travis.yml | |
parent | 8667899d531225e060db3effe72627b9609017ce (diff) | |
download | Nim-105cdfa9e19a4368cbb597ea1ac80990b20c20fc.tar.gz |
fix issue #8227
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5a091d0c7..e9b76bf6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |