From 81ebf04e9dbfd90b4dfb0e09c0ea5309d15cc1dd Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Thu, 29 Aug 2019 11:43:05 +0200 Subject: [PATCH] *: remove mentions of Travis CI (#2014) Signed-off-by: Simon Pasquier --- .circleci/config.yml | 6 ++---- README.md | 4 +--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ea4d3f04..fe7450e7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,8 +17,7 @@ jobs: - run: name: Remove existing Go installation command: sudo rm -rf /usr/local/go - # Whenever the Go version is updated here, .travis.yml and .promu.yml - # should also be updated. + # Whenever the Go version is updated here, .promu.yml should also be updated. - go/install: version: "1.12.9" - run: @@ -38,8 +37,7 @@ jobs: test: docker: - # Whenever the Go version is updated here, .travis.yml and .promu.yml - # should also be updated. + # Whenever the Go version is updated here, .promu.yml should also be updated. - image: circleci/golang:1.12 # maildev containers are for running the email tests against a "real" SMTP server. # See notify/email_test.go for details. diff --git a/README.md b/README.md index 99951981..299e3eb4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -# Alertmanager [![Build Status](https://travis-ci.org/prometheus/alertmanager.svg?branch=master)][travis] +# Alertmanager [![CircleCI](https://circleci.com/gh/prometheus/alertmanager/tree/master.svg?style=shield)][circleci] -[![CircleCI](https://circleci.com/gh/prometheus/alertmanager/tree/master.svg?style=shield)][circleci] [![Docker Repository on Quay](https://quay.io/repository/prometheus/alertmanager/status)][quay] [![Docker Pulls](https://img.shields.io/docker/pulls/prom/alertmanager.svg?maxAge=604800)][hub] @@ -390,7 +389,6 @@ Refer to [ui/app/CONTRIBUTING.md](ui/app/CONTRIBUTING.md). ![](doc/arch.svg) -[travis]: https://travis-ci.org/prometheus/alertmanager [hub]: https://hub.docker.com/r/prom/alertmanager/ [circleci]: https://circleci.com/gh/prometheus/alertmanager [quay]: https://quay.io/repository/prometheus/alertmanager