Skip to content

Commit

Permalink
Add Go tip to coverage matrix
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kevinburke authored and davecgh committed Oct 5, 2017
1 parent dce690a commit ecdeabc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: go
go_import_path: github.com/davecgh/go-spew
go:
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- tip
sudo: false
install:
- go get -v github.com/alecthomas/gometalinter
Expand Down

0 comments on commit ecdeabc

Please sign in to comment.