Luke Childs
7 years ago
1 changed files with 1 additions and 1 deletions
@ -1,7 +1,7 @@ |
|||||
sudo: required |
sudo: required |
||||
services: |
services: |
||||
- docker |
- docker |
||||
script: docker build -t vertcoind . && docker run vertcoind -version | grep -q "Vertcoin Core" |
script: docker build -t vertcoind . && (docker run vertcoind -version; docker run vertcoind -version | grep -q "Vertcoin Core") |
||||
notifications: |
notifications: |
||||
email: |
email: |
||||
on_success: never |
on_success: never |
||||
|
Loading…
Reference in new issue