Update .travis.yml
Fabio Cevasco h3rald@h3rald.com
Sun, 18 Nov 2018 19:08:21 +0100
1 files changed,
3 insertions(+),
3 deletions(-)
jump to
M
.travis.yml
→
.travis.yml
@@ -33,18 +33,18 @@ ./koch boot -d:release
fi fi cd .. - if [ ! -x nifty/nifty ]; then + if [ ! -x nifty/src/nifty ]; then git clone --depth 1 git://github.com/h3rald/nifty nifty/ cd nifty/src ../nim-$BRANCH/bin/nim c --cc:$CC --verbosity:0 -d:release nifty.nim else - cd nifty + cd nifty/src git fetch origin if ! git merge FETCH_HEAD | grep "Already up-to-date"; then ../nim-$BRANCH/bin/nim c --cc:$CC --verbosity:0 -d:release nifty.nim fi fi - cd .. + cd ../.. before_script: - export PATH="$PATH:$PWD/nifty:$PWD/nim-$BRANCH/bin" script: