mirror of
https://github.com/Retropex/docker-bitcoind-prebuilt.git
synced 2025-05-14 12:10:48 +02:00
Remove travis in favour of GitHub Action
This commit is contained in:
parent
637812e18a
commit
970ef577e5
25
.travis.yml
25
.travis.yml
@ -1,25 +0,0 @@
|
|||||||
sudo: required
|
|
||||||
services:
|
|
||||||
- docker
|
|
||||||
env:
|
|
||||||
- VERSION=0.19.0.1
|
|
||||||
- VERSION=0.18.1
|
|
||||||
- VERSION=0.18.0
|
|
||||||
- VERSION=0.17.2
|
|
||||||
- VERSION=0.17.1
|
|
||||||
- VERSION=0.17.0.1
|
|
||||||
- VERSION=0.17.0
|
|
||||||
- VERSION=0.16.3
|
|
||||||
- VERSION=0.15.2
|
|
||||||
- VERSION=0.14.3
|
|
||||||
- VERSION=0.13.2
|
|
||||||
- VERSION=0.13.1
|
|
||||||
- VERSION=0.13.0
|
|
||||||
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:
|
|
||||||
on_success: never
|
|
@ -1,6 +1,5 @@
|
|||||||
# docker-bitcoind
|
# docker-bitcoind
|
||||||
|
|
||||||
[](https://travis-ci.com/lukechilds/docker-bitcoind)
|
|
||||||
[](https://microbadger.com/images/lukechilds/bitcoind)
|
[](https://microbadger.com/images/lukechilds/bitcoind)
|
||||||
[](https://hub.docker.com/r/lukechilds/bitcoind/)
|
[](https://hub.docker.com/r/lukechilds/bitcoind/)
|
||||||
[](https://tippin.me/@lukechilds)
|
[](https://tippin.me/@lukechilds)
|
||||||
|
Loading…
Reference in New Issue
Block a user