diff --git a/.travis.yml b/.travis.yml index 73f5787..2cb8945 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,6 +42,7 @@ install: ### Check generation changes, build and test ### before_script: + - make lint - while ! make build TAG=${VERSION}; do sleep 1; done - while ! make test TAG=${VERSION}; do sleep 1; done - git diff --quiet || { echo "Build Changes"; git diff; git status; false; } diff --git a/README.md b/README.md index 21dd52b..8f06903 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![Build Status](https://travis-ci.com/cytopia/docker-checkmake.svg?branch=master)](https://travis-ci.com/cytopia/docker-checkmake) [![Tag](https://img.shields.io/github/tag/cytopia/docker-checkmake.svg)](https://github.com/cytopia/docker-checkmake/releases) -[![](https://images.microbadger.com/badges/version/cytopia/checkmake:latest.svg)](https://microbadger.com/images/cytopia/checkmake:latest "checkmake") -[![](https://images.microbadger.com/badges/image/cytopia/checkmake:latest.svg)](https://microbadger.com/images/cytopia/checkmake:latest "checkmake") +[![](https://images.microbadger.com/badges/version/cytopia/checkmake:latest.svg?&kill_cache=1)](https://microbadger.com/images/cytopia/checkmake:latest "checkmake") +[![](https://images.microbadger.com/badges/image/cytopia/checkmake:latest.svg?&kill_cache=1)](https://microbadger.com/images/cytopia/checkmake:latest "checkmake") [![](https://img.shields.io/badge/github-cytopia%2Fdocker--checkmake-red.svg)](https://github.com/cytopia/docker-checkmake "github.com/cytopia/docker-checkmake") [![License](https://img.shields.io/badge/license-MIT-%233DA639.svg)](https://opensource.org/licenses/MIT) @@ -33,7 +33,7 @@ View **[Dockerfile](https://github.com/cytopia/docker-checkmake/blob/master/Dockerfile)** on GitHub. -[![Docker hub](http://dockeri.co/image/cytopia/checkmake)](https://hub.docker.com/r/cytopia/checkmake) +[![Docker hub](http://dockeri.co/image/cytopia/checkmake?&kill_cache=1)](https://hub.docker.com/r/cytopia/checkmake) Tiny Alpine-based multistage-build dockerized version of [checkmake](https://github.com/mrtazz/checkmake)[1], The image is built nightly against multiple stable versions and pushed to Dockerhub.