prometheus/vendor/github.com/go-ini/ini/.travis.yml

17 lines
189 B
YAML

sudo: false
language: go
go:
- 1.4
- 1.5
- 1.6
- tip
script:
- go get -v github.com/smartystreets/goconvey
- go test -v -cover -race
notifications:
email:
- u@gogs.io