all repos — litestore @ 115243ffbdfe33f5b8ed5ae471e613641bc7a840

A minimalist nosql document store.

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

115243ffbdfe33f5b8ed5ae471e613641bc7a840

parent

15be17b3f25fc2775f65dd919eb515ccfdbd48ec

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