The Prometheus monitoring system and time series database.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
prometheus/.travis.yml

18 lines
400 B

# 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:
# `check_license` target is omitted due to some missing license headers
# `staticcheck` target is omitted due to linting errors
- make style unused test