all repos — litestore @ 89bc50b400a10f9af41add180bddca2adc482c0a

A minimalist nosql document store.

Updated .travis.yml
h3rald h3rald@h3rald.com
Sun, 08 May 2016 17:39:09 +0200
commit

89bc50b400a10f9af41add180bddca2adc482c0a

parent

2b3074d044e4ff6fde82276ef567e0c07900ae20

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

jump to
M .travis.yml.travis.yml

@@ -5,8 +5,7 @@ # Build and test against the master and devel branches of Nim

- BRANCH=master - BRANCH=devel compiler: - # Build and test using both gcc and clang - - gcc + #- gcc - clang matrix: allow_failures:

@@ -37,8 +36,7 @@ cd ..

before_script: - export PATH="nim-$BRANCH/bin${PATH:+:$PATH}" script: - # Replace uppercase strings! - - nim c --cc:$CC --verbosity:0 -r litestore.nim + - 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: