summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/prometheus/client_golang/.travis.yml
blob: e9bca4ec76d168285baea87f24475eadcc2841f6 (plain)
1
2
3
4
5
6
7
8
9
10
sudo: false
language: go

go:
 - 1.7.x
 - 1.8.x
 - 1.9.x

script:
 - go test -short ./...