summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2018-07-06 22:39:08 -0700
committerGitHub <noreply@github.com>2018-07-06 22:39:08 -0700
commit105cdfa9e19a4368cbb597ea1ac80990b20c20fc (patch)
tree980b97066426bdb69e5775817c6dde4acaaa4825 /.travis.yml
parent8667899d531225e060db3effe72627b9609017ce (diff)
downloadNim-105cdfa9e19a4368cbb597ea1ac80990b20c20fc.tar.gz
fix issue #8227
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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