prometheus/.travis.yml

18 lines
340 B
YAML
Raw Normal View History

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