Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Apache RocketMQ
Rocketmq
提交
0623b3c6
R
Rocketmq
项目概览
Apache RocketMQ
/
Rocketmq
上一次同步 大约 3 年
通知
267
Star
16139
Fork
68
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
Rocketmq
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
0623b3c6
编写于
1月 17, 2017
作者:
V
vongosling
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Integrate travis-ci with coveralls
上级
62963b5c
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
23 addition
and
1 deletion
+23
-1
.travis.yml
.travis.yml
+7
-0
README.md
README.md
+1
-1
pom.xml
pom.xml
+15
-0
未找到文件。
.travis.yml
浏览文件 @
0623b3c6
...
...
@@ -3,3 +3,10 @@ jdk:
-
oraclejdk8
-
oraclejdk7
-
openjdk7
script
:
-
travis_retry mvn --batch-mode clean apache-rat:check
-
travis_wait 60 mvn --batch-mode clean package findbugs:check
after_success
:
-
mvn clean cobertura:cobertura coveralls:report
README.md
浏览文件 @
0623b3c6
## RocketMQ [![Build Status](https://travis-ci.org/apache/incubator-rocketmq.svg?branch=master)](https://travis-ci.org/apache/incubator-rocketmq)
## RocketMQ [![Build Status](https://travis-ci.org/apache/incubator-rocketmq.svg?branch=master)](https://travis-ci.org/apache/incubator-rocketmq)
[![Coverage Status](https://coveralls.io/repos/github/apache/incubator-rocketmq/badge.svg?branch=master)](https://coveralls.io/github/apache/incubator-rocketmq?branch=master)
[
![Maven Central
](
https://img.shields.io/badge/maven--center-stable--version-green.svg
)
](http://search.maven.org/#search%7Cga%7C1%7Corg.apache.rocketmq)
[
![GitHub release
](
https://img.shields.io/badge/release-download-orange.svg
)
](https://github.org/apache/rocketmqreleases)
[
![License
](
https://img.shields.io/badge/license-Apache%202-4EB1BA.svg
)
](https://www.apache.org/licenses/LICENSE-2.0.html)
...
...
pom.xml
浏览文件 @
0623b3c6
...
...
@@ -322,6 +322,21 @@
<artifactId>
coveralls-maven-plugin
</artifactId>
<version>
4.3.0
</version>
</plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
cobertura-maven-plugin
</artifactId>
<version>
2.7
</version>
<configuration>
<format>
xml
</format>
<!-- aggregated reports for multi-module projects -->
<aggregate>
true
</aggregate>
</configuration>
</plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
findbugs-maven-plugin
</artifactId>
<version>
3.0.4
</version>
</plugin>
</plugins>
</build>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录