forked from mirrors/statsd_exporter
Remove Travis CI
it doesn't test anything that CircleCI doesn't. Signed-off-by: Matthias Rampke <mr@soundcloud.com>
This commit is contained in:
parent
eb51631f33
commit
193e4c9be4
1 changed files with 0 additions and 13 deletions
13
.travis.yml
13
.travis.yml
|
@ -1,13 +0,0 @@
|
|||
sudo: false
|
||||
|
||||
language: go
|
||||
# Whenever the Go version is updated here, .circleci/config.yml and .promu.yml
|
||||
# should also be updated.
|
||||
go:
|
||||
- 1.12.x
|
||||
|
||||
go_import_path: github.com/prometheus/statsd_exporter
|
||||
|
||||
script:
|
||||
- make
|
||||
- git diff --exit-code
|
Loading…
Reference in a new issue