9 Star 22 Fork 7

Gitee 极速下载 / Pouch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/alibaba/pouch.git
克隆/下载
.travis.yml 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
zhuangqh 提交于 2019-06-17 13:57 . upgrade: bump to Go 1.12.6
dist: xenial
sudo: required
language: go
go:
- 1.12.6
go_import_path: github.com/alibaba/pouch
before_install:
|
echo $TRAVIS_COMMIT_RANGE
git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(\.md$)' || {
echo "travis does not run for document-only changed"
exit
}
notifications:
webhooks:
urls:
- http://47.96.190.121:6789/ci_notifications
on_failure: always
on_error: always
jobs:
include:
- stage: test
name: "Unit test"
script: ./travis_ci.sh unittest
- stage: test
name: "CRIv1alpha2 test"
script: ./travis_ci.sh criv1alpha2test
- stage: test
name: "Node e2e test"
script: ./travis_ci.sh nodee2etest
- stage: test
name: "Integration test 0"
script: ./travis_ci.sh integrationtest 4 0
- stage: test
name: "Integration test 1"
script: ./travis_ci.sh integrationtest 4 1
- stage: test
name: "Integration test 2"
script: ./travis_ci.sh integrationtest 4 2
- stage: test
name: "Integration test 3"
script: ./travis_ci.sh integrationtest 4 3
Shell
1
https://gitee.com/mirrors/Pouch.git
git@gitee.com:mirrors/Pouch.git
mirrors
Pouch
Pouch
master

搜索帮助