Attempting to fix CI
Fabio Cevasco h3rald@h3rald.com
Sun, 18 Nov 2018 19:05:42 +0100
1 files changed,
3 insertions(+),
3 deletions(-)
jump to
M
.travis.yml
→
.travis.yml
@@ -3,7 +3,7 @@ language: c
env: # Build and test against the master branch of Nim - BRANCH=master - #- BRANCH=devel + - BRANCH=devel compiler: #- gcc - clang@@ -35,7 +35,7 @@ fi
cd .. if [ ! -x nifty/nifty ]; then git clone --depth 1 git://github.com/h3rald/nifty nifty/ - cd nifty + cd nifty/src ../nim-$BRANCH/bin/nim c --cc:$CC --verbosity:0 -d:release nifty.nim else cd nifty@@ -55,4 +55,4 @@ cache:
directories: - nim-master - nim-devel - - nifty+ - nifty