1 Star 0 Fork 0

quaker1/glide

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 765 Bytes
一键复制 编辑 原始数据 按行查看 历史
Davor Kapsa 提交于 2017-09-11 17:19 . travis: update go versions
language: go
go:
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- tip
# Setting sudo access to false will let Travis CI use containers rather than
# VMs to run the tests. For more details see:
# - http://docs.travis-ci.com/user/workers/container-based-infrastructure/
# - http://docs.travis-ci.com/user/workers/standard-infrastructure/
sudo: false
# The default script is go test -v ./... which will test everything
# in the vendor directory. We don't need to test all dependent packages.
# Only testing this project.
script:
- GO15VENDOREXPERIMENT=1 make test integration-test verify-version
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/67e4b42cbf763625d0b4
on_success: change
on_failure: always
on_start: never
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/quaker1/glide.git
git@gitee.com:quaker1/glide.git
quaker1
glide
glide
master

搜索帮助