make Linux test green again

This commit is contained in:
Mamy Ratsimbazafy 2018-04-11 15:58:48 +02:00 committed by GitHub
parent 0d426df981
commit 09d53bd8dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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