aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a931e28..4004f32 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,12 +28,14 @@ install:
rm -rf csources
bin/nim c koch
./koch boot -d:release
+ ./koch nimble
else
cd nim-$nim_branch
git fetch origin
if ! git merge FETCH_HEAD | grep "Already up-to-date"; then
bin/nim c koch
./koch boot -d:release
+ ./koch nimble
fi
fi
cd ..