Fix travis.yml

This commit is contained in:
cheatfate 2018-04-10 23:33:51 +03:00
parent e30fe76670
commit 1a895ef519
1 changed files with 2 additions and 1 deletions

View File

@ -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: