Luke Childs
7 years ago
1 changed files with 1 additions and 1 deletions
@ -1,7 +1,7 @@ |
|||
sudo: required |
|||
services: |
|||
- 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: |
|||
email: |
|||
on_success: never |
|||
|
Loading…
Reference in new issue