mirror of
https://github.com/Retropex/docker-bitcoind-prebuilt.git
synced 2025-05-13 03:30:48 +02:00
Neaten Travis output readability
This commit is contained in:
parent
54e3b4cb4d
commit
0400ae4f1e
@ -6,6 +6,8 @@ env:
|
||||
- VERSION=0.18.1
|
||||
script: >-
|
||||
docker build --build-arg VERSION=$VERSION -t lukechilds/bitcoind:v$VERSION . &&
|
||||
echo &&
|
||||
echo $ docker run lukechilds/bitcoind:v$VERSION -version &&
|
||||
(docker run lukechilds/bitcoind:v$VERSION -version | tee /dev/stderr | grep -q $VERSION) 2>&1
|
||||
notifications:
|
||||
email:
|
||||
|
Loading…
Reference in New Issue
Block a user