diff options
| author | Kevin Burke <[email protected]> | 2017-10-02 16:02:53 -0400 | 
|---|---|---|
| committer | Dave Collins <[email protected]> | 2017-10-05 10:54:31 -0500 | 
| commit | ecdeabc65495df2dec95d7c4a4c3e021903035e5 (patch) | |
| tree | 80ca5c8b52b7cb9fa04d62b47c582346f0414478 | |
| parent | dce690a33ebe33040a7a2ffeb96dd200060f3fca (diff) | |
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.
| -rw-r--r-- | .travis.yml | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 19946dc..34a55c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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  | 
