Merge pull request #471 from msoap/patch-1

Updated travis.yml
This commit is contained in:
mattn 2017-10-24 11:57:10 +09:00 committed by GitHub
commit 615c193e01
1 changed files with 4 additions and 3 deletions

View File

@ -7,9 +7,10 @@ env:
- GOTAGS=trace
- GOTAGS=vtable
go:
- 1.7
- 1.8
- tip
- 1.7.x
- 1.8.x
- 1.9.x
- master
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover