Fix travis.yml.

This commit is contained in:
cheatfate 2018-04-10 23:37:52 +03:00
parent 1a895ef519
commit f8ba94b39e

View File

@ -11,8 +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 install -y - docker run -v "$(pwd):/project" -w /project statusteam/nim-base sh -c "nimble install -dy && nimble test"
- docker run -v "$(pwd):/project" -w /project statusteam/nim-base nimble test
- os: osx - os: osx
before_install: before_install: