Add Go tip to coverage matrix
Also make this project compatible with running Travis CI on forks - the go_import_path directive tells Travis to clone to $GOPATH/src/github.com/davecgh/go-spew even if the remote user is different.
This commit is contained in:
parent
dce690a33e
commit
2c458034b1
|
@ -1,9 +1,11 @@
|
||||||
language: go
|
language: go
|
||||||
|
go_import_path: github.com/davecgh/go-spew
|
||||||
go:
|
go:
|
||||||
- 1.6.x
|
- 1.6.x
|
||||||
- 1.7.x
|
- 1.7.x
|
||||||
- 1.8.x
|
- 1.8.x
|
||||||
- 1.9.x
|
- 1.9.x
|
||||||
|
- tip
|
||||||
sudo: false
|
sudo: false
|
||||||
install:
|
install:
|
||||||
- go get -v github.com/alecthomas/gometalinter
|
- go get -v github.com/alecthomas/gometalinter
|
||||||
|
|
Loading…
Reference in New Issue