We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 801d066 + 994ed0c commit 64b86b0Copy full SHA for 64b86b0
2 files changed
.travis.yml
@@ -2,4 +2,7 @@ language: Java
2
jdk:
3
- oraclejdk7
4
- openjdk7
5
+install: mvn clean install
6
script: mvn verify
7
+after_success:
8
+ - mvn clean cobertura:cobertura-integration-test coveralls:report
README.md
@@ -1,5 +1,10 @@
1
# java.client
+[![Build Status][build-status-image]][build-status]
+
+[build-status-image]: https://travis-ci.org/kaazing/java.client.svg?branch=develop
+[build-status]: https://travis-ci.org/kaazing/java.client
# About this Project
9
10
This project contains community version of Java [WebSocket] (https://tools.ietf.org/html/rfc6455) and AMQP 0-9-1 Client Libraries.
0 commit comments