all repos — litestore @ 2e9a287bc25ffa231c89a2ec724216b1404065e7

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

2e9a287bc25ffa231c89a2ec724216b1404065e7

parent

60bed30de07ed185587d5c462df5717b8e5e7309

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