diff --git a/.travis.yml b/.travis.yml index 98a125fc6a..c4efa61cfb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,7 @@ script: - ./koch boot -d:release after_script: - export PATH=$(pwd)/bin:$PATH + - nim e install_nimble.nims + - nimble update + - nimble install zip - ./koch test