all repos — litestore @ 943013556ae347f1baee5dcd5210038ac27cbda4

A minimalist nosql document store.

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

943013556ae347f1baee5dcd5210038ac27cbda4

parent

2e9a287bc25ffa231c89a2ec724216b1404065e7

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"