mirror of
https://github.com/status-im/nim-eth-p2p.git
synced 2025-01-12 15:54:23 +00:00
Fix travis.yml
This commit is contained in:
parent
e30fe76670
commit
1a895ef519
@ -11,7 +11,8 @@ 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 && nimble test
|
||||
- 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
|
||||
|
||||
- os: osx
|
||||
before_install:
|
||||
|
Loading…
x
Reference in New Issue
Block a user