mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-12 09:10:13 +00:00
*: remove mentions of Travis CI (#2014)
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
c5d41bb68e
commit
81ebf04e9d
@ -17,8 +17,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Remove existing Go installation
|
name: Remove existing Go installation
|
||||||
command: sudo rm -rf /usr/local/go
|
command: sudo rm -rf /usr/local/go
|
||||||
# Whenever the Go version is updated here, .travis.yml and .promu.yml
|
# Whenever the Go version is updated here, .promu.yml should also be updated.
|
||||||
# should also be updated.
|
|
||||||
- go/install:
|
- go/install:
|
||||||
version: "1.12.9"
|
version: "1.12.9"
|
||||||
- run:
|
- run:
|
||||||
@ -38,8 +37,7 @@ jobs:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
docker:
|
docker:
|
||||||
# Whenever the Go version is updated here, .travis.yml and .promu.yml
|
# Whenever the Go version is updated here, .promu.yml should also be updated.
|
||||||
# should also be updated.
|
|
||||||
- image: circleci/golang:1.12
|
- image: circleci/golang:1.12
|
||||||
# maildev containers are for running the email tests against a "real" SMTP server.
|
# maildev containers are for running the email tests against a "real" SMTP server.
|
||||||
# See notify/email_test.go for details.
|
# See notify/email_test.go for details.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
# Alertmanager [][travis]
|
# Alertmanager [][circleci]
|
||||||
|
|
||||||
[][circleci]
|
|
||||||
[][quay]
|
[][quay]
|
||||||
[][hub]
|
[][hub]
|
||||||
|
|
||||||
@ -390,7 +389,6 @@ Refer to [ui/app/CONTRIBUTING.md](ui/app/CONTRIBUTING.md).
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
[travis]: https://travis-ci.org/prometheus/alertmanager
|
|
||||||
[hub]: https://hub.docker.com/r/prom/alertmanager/
|
[hub]: https://hub.docker.com/r/prom/alertmanager/
|
||||||
[circleci]: https://circleci.com/gh/prometheus/alertmanager
|
[circleci]: https://circleci.com/gh/prometheus/alertmanager
|
||||||
[quay]: https://quay.io/repository/prometheus/alertmanager
|
[quay]: https://quay.io/repository/prometheus/alertmanager
|
||||||
|
Loading…
Reference in New Issue
Block a user