prometheus/.travis.yml
Daniel Swarbrick 57cefba0d5 Move to Go 1.9
2017-11-08 23:26:51 +01:00

14 lines
122 B
YAML

sudo: false
language: go
go:
- 1.9.x
go_import_path: github.com/prometheus/tsdb
script:
- go test -timeout 5m ./...