mirror of
https://github.com/status-im/nim-eth-p2p.git
synced 2025-01-11 15:24:44 +00:00
Fix travis.yml.
This commit is contained in:
parent
1a895ef519
commit
f8ba94b39e
@ -11,8 +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 -y
|
||||
- docker run -v "$(pwd):/project" -w /project statusteam/nim-base nimble test
|
||||
- docker run -v "$(pwd):/project" -w /project statusteam/nim-base sh -c "nimble install -dy && nimble test"
|
||||
|
||||
- os: osx
|
||||
before_install:
|
||||
|
Loading…
x
Reference in New Issue
Block a user