diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..71d12dc3 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: java +install: + mvn install -Dmaven.test.skip -B -fae +script: + mvn test -B -fae diff --git a/README.md b/README.md index 64f9eea4..6556a12c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# zeus +# Zeus [![Build Status](https://travis-ci.org/ctripcorp/zeus.png?branch=dev)](https://travis-ci.org/ctripcorp/zeus) Soft Load Balancer at ctrip.com diff --git a/pom.xml b/pom.xml index 96b7c2a5..101ea492 100644 --- a/pom.xml +++ b/pom.xml @@ -261,7 +261,7 @@ org.unidal.maven.plugins plexus-maven-plugin - 2.1.1 + 2.1.2 generate plexus component descriptor @@ -307,7 +307,32 @@ - + + + central + http://repo1.maven.org/maven2 + + + frameworks + https://raw.githubusercontent.com/unidal/frameworks/mvn-repo + + ignore + + + + + + central + http://repo1.maven.org/maven2 + + + maven-plugins + https://raw.githubusercontent.com/unidal/maven-plugins/mvn-repo + + ignore + + + 2.16 4.1.5.RELEASE