Bump to latest

This commit is contained in:
Ganesh Viswanathan 2019-07-09 23:58:01 -05:00
commit 97141f523f
2 changed files with 3 additions and 3 deletions

View file

@ -9,8 +9,8 @@ matrix:
environment:
matrix:
- NIM_VERSION: 0.18.0
- NIM_VERSION: 0.19.2
- NIM_VERSION: 0.20.0
- NIM_VERSION: 0.19.6
for:
-

View file

@ -11,7 +11,7 @@ skipDirs = @["nimgen", "tests", "web"]
# Dependencies
requires "nim >= 0.17.0", "c2nim#3ec45c24585ebaed", "regex >= 0.10.0"
requires "nim >= 0.17.0", "c2nim >= 0.9.14", "regex >= 0.10.0"
task test, "Test nimgen":
exec "nim c -r tests/rununittests.nim"