Skip to content

Commit

Permalink
CI: Depend on Jester HEAD because of nim-lang/nimble#129.
Browse files Browse the repository at this point in the history
  • Loading branch information
dom96 committed Sep 25, 2016
1 parent 8a6343b commit 299b044
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ script:
- nimble install zip
- nimble install opengl
- nimble install sdl1
- nimble install jester
- nimble install jester@#head
- nimble install niminst
- nim c --taintMode:on tests/testament/tester
- tests/testament/tester --pedantic all
Expand Down
2 changes: 1 addition & 1 deletion ci/deps.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nim e install_nimble.nims
nim e tests/test_nimscript.nims
nimble update
nimble install -y zip opengl sdl1 jester@#d5ad84fc9 niminst
nimble install -y zip opengl sdl1 jester@#head niminst
2 changes: 1 addition & 1 deletion ci/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export PATH=$(pwd)/bin:$PATH
nim e install_nimble.nims
nim e tests/test_nimscript.nims
nimble update
nimble install zip opengl sdl1 jester@#d5ad84fc9 niminst
nimble install zip opengl sdl1 jester@#head niminst

0 comments on commit 299b044

Please sign in to comment.