Skip to content

Commit 81ebf04

Browse files
*: remove mentions of Travis CI (#2014)
Signed-off-by: Simon Pasquier <[email protected]>
1 parent c5d41bb commit 81ebf04

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.circleci/config.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
- run:
1818
name: Remove existing Go installation
1919
command: sudo rm -rf /usr/local/go
20-
# Whenever the Go version is updated here, .travis.yml and .promu.yml
21-
# should also be updated.
20+
# Whenever the Go version is updated here, .promu.yml should also be updated.
2221
- go/install:
2322
version: "1.12.9"
2423
- run:
@@ -38,8 +37,7 @@ jobs:
3837

3938
test:
4039
docker:
41-
# Whenever the Go version is updated here, .travis.yml and .promu.yml
42-
# should also be updated.
40+
# Whenever the Go version is updated here, .promu.yml should also be updated.
4341
- image: circleci/golang:1.12
4442
# maildev containers are for running the email tests against a "real" SMTP server.
4543
# See notify/email_test.go for details.

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# Alertmanager [![Build Status](https://travis-ci.org/prometheus/alertmanager.svg?branch=master)][travis]
1+
# Alertmanager [![CircleCI](https://circleci.com/gh/prometheus/alertmanager/tree/master.svg?style=shield)][circleci]
22

3-
[![CircleCI](https://circleci.com/gh/prometheus/alertmanager/tree/master.svg?style=shield)][circleci]
43
[![Docker Repository on Quay](https://quay.io/repository/prometheus/alertmanager/status)][quay]
54
[![Docker Pulls](https://img.shields.io/docker/pulls/prom/alertmanager.svg?maxAge=604800)][hub]
65

@@ -390,7 +389,6 @@ Refer to [ui/app/CONTRIBUTING.md](ui/app/CONTRIBUTING.md).
390389
![](doc/arch.svg)
391390

392391

393-
[travis]: https://travis-ci.org/prometheus/alertmanager
394392
[hub]: https://hub.docker.com/r/prom/alertmanager/
395393
[circleci]: https://circleci.com/gh/prometheus/alertmanager
396394
[quay]: https://quay.io/repository/prometheus/alertmanager

0 commit comments

Comments
 (0)