prometheus/.travis.yml
Simon Pasquier 9ded3aea66 travis: remove testing with go 1.x
Travis and CircleCI should use the same Go version(s).

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-07-03 09:30:28 +02:00

14 lines
240 B
YAML

sudo: false
language: go
# Whenever the Go version is updated here, .circleci/config.yml should also be
# updated.
go:
- 1.10.x
go_import_path: github.com/prometheus/prometheus
script:
- make check_license style unused test staticcheck