CI构建-排除第三方库测试

pull/21/merge
ouqiang 2017-05-09 21:08:07 +08:00
parent 55060aca67
commit d1ecbd9043
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
language: go language: go
go: go:
- 1.7.x - 1.7.x
- 1.8.x script: go test `go list ./... | grep -v vendor`
- master