clair/vendor/github.com/prometheus/client_golang/.travis.yml

10 lines
82 B
YAML
Raw Normal View History

2016-06-07 08:08:50 +00:00
sudo: false
language: go
go:
2016-06-07 15:28:01 +00:00
- 1.5.4
- 1.6.2
2016-06-07 08:08:50 +00:00
script:
- go test -short ./...