From b9d686fa73e8a4ffef7f70eec514331b4f8d5dce Mon Sep 17 00:00:00 2001 From: wusheng Date: Sat, 19 Mar 2016 23:51:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0CI=E7=8A=B6=E6=80=81=E5=88=B0?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E3=80=82=E7=A7=BB=E9=99=A4jedis=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E4=BE=9D=E8=B5=96=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 16 ++++++++-------- README.md | 1 + skywalking-sdk-plugin/jedis-2.x-plugin/pom.xml | 1 + 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7817d6cbb..156ff0635 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,33 +7,33 @@ script: - cd .. - cd skywalking-protocol - - mvn install -Dmaven.test.skip=true + - mvn clean install -Dmaven.test.skip=true - cd .. - cd skywalking-api - - mvn install -Dmaven.test.skip=true + - mvn clean install -Dmaven.test.skip=true - cd .. - cd samples/skywalking-auth - - mvn install -Dmaven.test.skip=true + - mvn clean install -Dmaven.test.skip=true - cd .. - cd .. - cd skywalking-sdk-plugin - - mvn install -Dmaven.test.skip=true + - mvn clean install -Dmaven.test.skip=true - cd .. - cd skywalking-server - - mvn install -Dmaven.test.skip=true + - mvn clean install -Dmaven.test.skip=true - cd .. - cd skywalking-alarm - - mvn install -Dmaven.test.skip=true + - mvn clean install -Dmaven.test.skip=true - cd .. - cd skywalking-analysis - - mvn install -Dmaven.test.skip=true + - mvn clean install -Dmaven.test.skip=true - cd .. - cd skywalking-webui - - mvn install -Dmaven.test.skip=true \ No newline at end of file + - mvn clean install -Dmaven.test.skip=true \ No newline at end of file diff --git a/README.md b/README.md index ab6401d9c..7648bd13c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Sky Walking SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, 是一个对JAVA分布式应用程序集群的业务运行情况进行追踪、告警和分析的系统。 +[![Build Status](https://travis-ci.org/wu-sheng/sky-walking.svg?branch=master)](https://travis-ci.org/wu-sheng/sky-walking) * 核心理论为[Google Dapper论文:Dapper, a Large-Scale Distributed Systems Tracing Infrastructure](http://research.google.com/pubs/pub36356.html),英语有困难的同学可参考[国内翻译](http://duanple.blog.163.com/blog/static/70971767201329113141336/) * 本分析系统能通过不修改或少量修改代码的模式,对现有的JAVA应用或J2EE应用进行监控和数据收集,并针对应用进场进行准实时告警。此外提供大量的调用性能分析功能,解决目前的监控系统主要监控进程、端口而非应用实际性能的问题。 diff --git a/skywalking-sdk-plugin/jedis-2.x-plugin/pom.xml b/skywalking-sdk-plugin/jedis-2.x-plugin/pom.xml index 8fa4dc6aa..1df3d7c0f 100644 --- a/skywalking-sdk-plugin/jedis-2.x-plugin/pom.xml +++ b/skywalking-sdk-plugin/jedis-2.x-plugin/pom.xml @@ -30,6 +30,7 @@ redis.clients jedis 2.8.1 + compile