diff --git a/.circleci/config.yml b/.circleci/config.yml index 9390e28d..be8130e4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: - prometheus: prometheus/prometheus@0.1.0 + prometheus: prometheus/prometheus@0.4.0 executors: # Whenever the Go version is updated here, .promu.yml should also be updated. diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a5af4ae5..00000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -sudo: false - -language: go - -go: -- 1.13.x - -script: -- make diff --git a/README.md b/README.md index d6246f9b..b00a508f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Prometheus Pushgateway -[![Build Status](https://travis-ci.org/prometheus/pushgateway.svg)][travis] [![CircleCI](https://circleci.com/gh/prometheus/pushgateway/tree/master.svg?style=shield)][circleci] [![Docker Repository on Quay](https://quay.io/repository/prometheus/pushgateway/status)][quay] [![Docker Pulls](https://img.shields.io/docker/pulls/prom/pushgateway.svg?maxAge=604800)][hub] @@ -591,7 +590,6 @@ and the _Formatting and style_ section of Peter Bourgon's [Go: Best Practices for Production Environments](http://peter.bourgon.org/go-in-production/#formatting-and-style). -[travis]: https://travis-ci.org/prometheus/pushgateway [hub]: https://hub.docker.com/r/prom/pushgateway/ [circleci]: https://circleci.com/gh/prometheus/pushgateway [quay]: https://quay.io/repository/prometheus/pushgateway