Bump to latest
This commit is contained in:
parent
293476c0a9
commit
97141f523f
2 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
-
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue