浏览代码

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.
Kevin Burke 8 年之前
父节点
当前提交
ecdeabc654
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .travis.yml

+ 2 - 0
.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