diff --git a/.travis.yml b/.travis.yml index 444d7e0..97fc693 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,8 @@ 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 install -y && nimble test + - docker run -v "$(pwd):/project" -w /project statusteam/nim-base nimble install -y + - docker run -v "$(pwd):/project" -w /project statusteam/nim-base nimble test - os: osx before_install: