Updated CI script; updated nim requirements.
h3rald h3rald@h3rald.com
Sat, 22 Sep 2018 13:47:55 +0200
2 files changed,
3 insertions(+),
3 deletions(-)
M
.travis.yml
→
.travis.yml
@@ -9,8 +9,8 @@ #- gcc
- clang matrix: allow_failures: - # Ignore failures when building against the master Nim branch - - env: BRANCH=master + # Ignore failures when building against the devel Nim branch + - env: BRANCH=devel fast_finish: true install: - |
M
litestore.nimble
→
litestore.nimble
@@ -8,4 +8,4 @@ bin = "litestore"
skipFiles = @["nakefile.nim"] [Deps] -requires: "nim >= 0.18.0" +requires: "nim >= 0.18.1"