Update Travis config

This commit is contained in:
mratsim 2018-04-03 18:15:44 +02:00
parent cbc0176011
commit 6c5ceda9b3
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ before_install:
- docker pull yglukhov/nim-base
script:
- docker run yglukhov/nim-base nim --version
- docker run -v "$(pwd):/project" -w /project yglukhov/nim-base /bin/bash -c "nimble install -y && ./tests/build_test.sh && ./tests/test.sh"
- docker run -v "$(pwd):/project" -w /project yglukhov/nim-base /bin/bash -c "nimble test"