open-vault/vendor/github.com/go-test/deep/.travis.yml
Jeff Mitchell 9ebc57581d
Switch to go modules (#6585)
* Switch to go modules

* Make fmt
2019-04-13 03:44:06 -04:00

14 lines
192 B
YAML

language: go
go:
- 1.7
- 1.8
- 1.9
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cover
script:
- $HOME/gopath/bin/goveralls -service=travis-ci