goimagehash/.travis.yml

19 lines
339 B
YAML
Raw Normal View History

2017-07-28 10:18:24 -07:00
language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
2018-03-02 01:28:28 -08:00
- 1.9.x
- 1.10.x
2018-10-01 01:21:06 -07:00
- 1.11.x
2017-07-28 10:18:24 -07:00
- master
2018-04-01 00:42:33 -07:00
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- $HOME/gopath/bin/goveralls -service=travis-ci