all repos — litestore @ 15be17b3f25fc2775f65dd919eb515ccfdbd48ec

A minimalist nosql document store.

Updated CI script; updated nim requirements.
h3rald h3rald@h3rald.com
Sat, 22 Sep 2018 13:47:55 +0200
commit

15be17b3f25fc2775f65dd919eb515ccfdbd48ec

parent

de3205ae6ec010ed4a1afaef4ff845dbb42b98f8

2 files changed, 3 insertions(+), 3 deletions(-)

jump to
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.nimblelitestore.nimble

@@ -8,4 +8,4 @@ bin = "litestore"

skipFiles = @["nakefile.nim"] [Deps] -requires: "nim >= 0.18.0" +requires: "nim >= 0.18.1"