1 Star 0 Fork 678

ZouZou / SpringCloud

forked from yuwain / SpringCloud 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 512 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
language: java
jdk:
- oraclejdk8
notification:
email:
recipients:
- zhoutaoo@foxmail.com
on_success: always
on_failure: always
before_script:
- echo "MAVEN_OPTS='-Xms1024m -Xmx3072m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=384m'" > ~/.mavenrc
before_install:
- pip install --user codecov
after_success:
- mvn clean test jacoco:report coveralls:report
- codecov
- bash <(curl -s https://codecov.io/bash)
branches:
only:
- master
cache:
directories:
- $HOME/.m2
Java
1
https://gitee.com/ZouZouYa/SpringCloud.git
git@gitee.com:ZouZouYa/SpringCloud.git
ZouZouYa
SpringCloud
SpringCloud
master

搜索帮助