Merge pull request #322 from AlekSi/patch-2

Test with Go 1.10.x too.
This commit is contained in:
Goutham Veeramachaneni 2018-05-07 12:42:19 +02:00 committed by GitHub
commit d47357b95d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,10 +4,9 @@ language: go
go:
- 1.9.x
- 1.10.x
go_import_path: github.com/prometheus/tsdb
script:
- go test -timeout 5m ./...