1 Star 0 Fork 52

赵广志/ServiceComb-Java-Chassis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 332 Bytes
一键复制 编辑 原始数据 按行查看 历史
sudo: required
language: java
jdk:
- openjdk8
services:
- docker
cache:
directories:
- "$HOME/.m2"
install: true
jobs:
include:
- stage: Compilation and Installation
script: scripts/travis.sh install
- stage: Deploy on
script: if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then bash scripts/travis.sh deploy;
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/zgzwelldone/ServiceComb-Java-Chassis.git
git@gitee.com:zgzwelldone/ServiceComb-Java-Chassis.git
zgzwelldone
ServiceComb-Java-Chassis
ServiceComb-Java-Chassis
master

搜索帮助