prometheus/.travis.yml
Ganesh Vernekar a95323c021 Add license headers to missing files (#447)
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
2018-11-06 20:19:42 +02:00

18 lines
340 B
YAML

# sudo is enabled because it provides more memory which was needed to run go test -race
sudo: required
dist: trusty
language: go
go:
- 1.9.x
- 1.10.x
go_import_path: github.com/prometheus/tsdb
install:
- go get -v -t ./...
script:
# `staticcheck` target is omitted due to linting errors
- make check_license style unused test