2 Star 0 Fork 0

AliyunContainerService / external-storage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 380 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: go
go:
- 1.8.3
services: docker
env:
- TEST_SUITE=local-volume
- TEST_SUITE=everything-else
- TEST_SUITE=nfs ETCD_VER=v3.0.14 KUBE_VERSION=1.5.4
- TEST_SUITE=nfs ETCD_VER=v3.0.17 KUBE_VERSION=1.6.0
install: true
script:
- ./test.sh
deploy:
- provider: script
script: ./deploy.sh
on:
tags: true
condition: $TEST_SUITE = local-volume
Go
1
https://gitee.com/AliyunContainerService/external-storage.git
git@gitee.com:AliyunContainerService/external-storage.git
AliyunContainerService
external-storage
external-storage
master

搜索帮助