Update .travis.yml
Fabio Cevasco h3rald@h3rald.com
Sat, 24 Nov 2018 13:27:25 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
.travis.yml
→
.travis.yml
@@ -36,7 +36,7 @@ cd ..
if [ ! -x nifty/nifty ]; then git clone --depth 1 git://github.com/h3rald/nifty nifty/ cd nifty - ../nim-$BRANCH/bin/nim c --cc:$CC --verbosity:0 -d:release nifty.nim + ../nim-$BRANCH/bin/nim c --cc:$CC --verbosity:0 -d:release src/nifty.nim else cd nifty git fetch origin