Travis: try to run sh

This commit is contained in:
Alexander Ivanov 2018-02-07 13:07:38 +02:00
parent 04546ef629
commit 8a7a8f3e06
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 nimble install -y;./tests/test.sh
- docker run -v "$(pwd):/project" -w /project yglukhov/nim-base nimble install -y && ./tests/test.sh