Add sh -c

This commit is contained in:
mratsim 2018-04-04 12:45:45 +02:00
parent 5493656c36
commit 0b5df0fee1
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ before_install:
- docker pull statusteam/nim-base
script:
- docker run -v "$(pwd):/project" -w /project statusteam/nim-base nim --version
- docker run -v "$(pwd):/project" -w /project statusteam/nim-base nimble refresh && nimble test
- docker run -v "$(pwd):/project" -w /project statusteam/nim-base sh -c "nimble refresh && nimble test"