all repos — litestore @ 2538cb07755f09823abac16f90b6cae00afc3d58

A minimalist nosql document store.

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

2538cb07755f09823abac16f90b6cae00afc3d58

parent

115243ffbdfe33f5b8ed5ae471e613641bc7a840

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 ..