all repos — litestore @ 95613c88ef63fd33dd13d912c6c3168e252ad543

A minimalist nosql document store.

Corrected csources branch name.
h3rald h3rald@h3rald.com
Sat, 22 Sep 2018 14:02:40 +0200
commit

95613c88ef63fd33dd13d912c6c3168e252ad543

parent

5448c86b49c05d74b205e3fe220aa6f32a8fcf5d

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

jump to
M .travis.yml.travis.yml

@@ -17,7 +17,7 @@ - |

if [ ! -x nim-$BRANCH/bin/nim ]; then git clone -b $BRANCH --depth 1 git://github.com/nim-lang/nim nim-$BRANCH/ cd nim-$BRANCH - git clone -b $BRANCH --depth 1 git://github.com/nim-lang/csources csources/ + git clone -b master --depth 1 git://github.com/nim-lang/csources csources/ cd csources sh build.sh cd ..