Gitea 代码
 
 
 
 
 
 

9 lines
104 B

sudo: false
language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
script: go test -v -cover -race