mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 21:34:33 +00:00
Travis: try to run sh
This commit is contained in:
parent
04546ef629
commit
8a7a8f3e06
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user