当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 150

yangmain / excelize
暂停

forked from xuri / excelize 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 345 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuri 提交于 2019-05-03 02:11 . Remove Go 1.8 test in TravisCI
language: go
install:
- go get -d -t -v ./... && go build -v ./...
go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
os:
- linux
- osx
env:
matrix:
- GOARCH=amd64
- GOARCH=386
script:
- go vet ./...
- go test ./... -v -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)
Go
1
https://gitee.com/yangsir/excelize.git
git@gitee.com:yangsir/excelize.git
yangsir
excelize
excelize
master

搜索帮助