all repos — litestore @ de3205ae6ec010ed4a1afaef4ff845dbb42b98f8

A minimalist nosql document store.

Updated CI script to build against master.
h3rald h3rald@h3rald.com
Sat, 22 Sep 2018 13:43:42 +0200
commit

de3205ae6ec010ed4a1afaef4ff845dbb42b98f8

parent

942f1f95e88a0fd1d6dff5f51be5d795a20eeb1a

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

jump to
M .travis.yml.travis.yml

@@ -9,8 +9,8 @@ #- gcc

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