使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
server
/
wxJava-final
关注
6
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Update .travis.yml
master
Binary Wang
8 年前
committed by
GitHub
父节点
e4b37f9762
当前提交
4758440792
共有
1 个文件被更改
,包括
9 次插入
和
8 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+9
-8
.travis.yml
+ 9
- 8
.travis.yml
查看文件
@@ -9,18 +9,19 @@ addons:
jdk:
- oraclejdk8
#script: "mvn clean package -Dmaven.test.skip=true"
branches:
only:
- develop
notifications:
email:
- binaryw@qq.com
script:
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
branches:
only:
- develop
cache:
directories:
- '$HOME/.m2/repository'
- '$HOME/.sonar/cache'
notifications:
email:
- binaryw@qq.com
撰写
预览
正在加载...
取消
保存