2
0

Update .travis.yml

This commit is contained in:
田欧
2019-01-24 17:39:53 +08:00
committed by GitHub
parent 22d885f9ec
commit 61b50c2ef4
+8 -4
View File
@@ -1,12 +1,16 @@
language: go
sudo: false
go:
- 1.6.4
- 1.7.4
- tip
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- master
git:
depth: 3
depth: 10
script:
- go test -v -covermode=count -coverprofile=coverage.out