all repos — litestore @ 5448c86b49c05d74b205e3fe220aa6f32a8fcf5d

A minimalist nosql document store.

Updated CI script.
h3rald h3rald@h3rald.com
Sat, 22 Sep 2018 13:57:20 +0200
commit

5448c86b49c05d74b205e3fe220aa6f32a8fcf5d

parent

943013556ae347f1baee5dcd5210038ac27cbda4

1 files changed, 5 insertions(+), 5 deletions(-)

jump to
M .travis.yml.travis.yml

@@ -10,7 +10,7 @@ - clang

matrix: allow_failures: # Ignore failures when building against the devel Nim branch - - env: BRANCH=devel + - env: BRANCH=master fast_finish: true install: - |

@@ -39,7 +39,7 @@ script:

- nim c --cc:$CC --verbosity:0 litestore.nim # Optional: build docs. #- nim doc --docSeeSrcUrl:https://github.com/h3rald/litestore/blob/master --project litestore.nim -cache: - directories: - - nim-master - - nim-devel +#cache: +# directories: +# - nim-master +# - nim-devel