1 Star 0 Fork 0

liuxg/algorithms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 404 Bytes
一键复制 编辑 原始数据 按行查看 历史
arnauddri 提交于 2015-01-30 21:32 . remove legacy file
language: go
go:
- 1.3
- tip
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- go build -x -v ./...
- go test -x -v ./...
notifications:
email:
recipients:
- arnaud.drizard@gmail.com
on_success: change
on_failure: always
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuxg2020/algorithms.git
git@gitee.com:liuxg2020/algorithms.git
liuxg2020
algorithms
algorithms
master

搜索帮助