From ae9653d20956a7f9c24752b949e9d84f19bf6550 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 17 Sep 2017 22:37:25 +0100 Subject: [PATCH] Test image on Travis CI --- .travis.yml | 7 +++++++ README.md | 1 + 2 files changed, 8 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..db0be4e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +sudo: required +services: + - docker +script: docker build -t vertcoind . && docker run vertcoind -version | grep -q "Vertcoin Core" +notifications: + email: + on_success: never diff --git a/README.md b/README.md index bc03cf1..052221a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # docker-vertcoind +[![Build Status](https://travis-ci.org/lukechilds/docker-vertcoind.svg?branch=master)](https://travis-ci.org/lukechilds/docker-vertcoind) [![Image Layers](https://images.microbadger.com/badges/image/lukechilds/vertcoind.svg)](https://microbadger.com/images/lukechilds/vertcoind) [![Docker Pulls](https://img.shields.io/docker/pulls/lukechilds/vertcoind.svg)](https://hub.docker.com/r/lukechilds/vertcoind/)