diff --git a/.travis.yml b/.travis.yml index 16cca755f..2601cec9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ matrix: - docker pull statusteam/nim-base script: - docker run statusteam/nim-base nim --version - - docker run -v "$(pwd):/project" -w /project statusteam/nim-base nimble test + - docker run -v "$(pwd):/project" -w /project statusteam/nim-base nimble install -dy && nimble test - os: osx before_install: