Skip to content

Commit 64b86b0

Browse files
committed
Merge pull request kaazing#2 from sanjay-saxena/develop
Added .travis.yml and updated README.md with the badge.
2 parents 801d066 + 994ed0c commit 64b86b0

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ language: Java
22
jdk:
33
- oraclejdk7
44
- openjdk7
5+
install: mvn clean install
56
script: mvn verify
7+
after_success:
8+
- mvn clean cobertura:cobertura-integration-test coveralls:report

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# java.client
22

3+
[![Build Status][build-status-image]][build-status]
4+
5+
[build-status-image]: https://travis-ci.org/kaazing/java.client.svg?branch=develop
6+
[build-status]: https://travis-ci.org/kaazing/java.client
7+
38
# About this Project
49

510
This project contains community version of Java [WebSocket] (https://tools.ietf.org/html/rfc6455) and AMQP 0-9-1 Client Libraries.

0 commit comments

Comments
 (0)