Updated .travis.yml
h3rald h3rald@h3rald.com
Sun, 08 May 2016 17:39:09 +0200
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: