Fix travis.yml

This commit is contained in:
cheatfate 2018-04-10 23:29:52 +03:00
parent ce8d65bbdc
commit e30fe76670
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ matrix:
- docker pull statusteam/nim-base - docker pull statusteam/nim-base
script: script:
- docker run statusteam/nim-base nim --version - 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 -y && nimble test
- os: osx - os: osx
before_install: before_install: