2015-11-01 15:24:35 -06:00
|
|
|
language: go
|
|
|
|
go:
|
2019-08-06 18:49:02 -05:00
|
|
|
- "1.12"
|
2019-10-22 01:06:31 -05:00
|
|
|
- "1.13"
|
2015-11-04 11:12:41 -06: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
|
2018-12-27 13:28:34 -06:00
|
|
|
- bash test/compile_with_go110.sh
|
|
|
|
- bash test/compile_with_go111.sh
|
|
|
|
- bash test/compile_with_go111_inside_gopath.sh
|