1 Star 20 Fork 4

丁漪/LeetCode-Go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 201 Bytes
一键复制 编辑 原始数据 按行查看 历史
halfrost 提交于 2020-08-06 22:51 +08:00 . change path
language: go
go:
- master
# whitelist
branches:
only:
- master
script:
- go get -t -v ./...
- go vet ./...
- bash ./gotest.sh
after_success:
- bash <(curl -s https://codecov.io/bash)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leet_code/LeetCode-Go.git
git@gitee.com:leet_code/LeetCode-Go.git
leet_code
LeetCode-Go
LeetCode-Go
master

搜索帮助