Skip to content

Commit

Permalink
add travis integration and badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszs committed Jan 27, 2015
1 parent 896e821 commit 6d72e41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -0,0 +1,6 @@
language: java

jdk:
- openjdk7

script: mvn package
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
OpenShift Java Client [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.openshift/openshift-java-client/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.openshift/openshift-java-client)
OpenShift Java Client [![Build Status](https://travis-ci.org/openshift/openshift-java-client.svg)](https://travis-ci.org/openshift/openshift-java-client) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.openshift/openshift-java-client/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.openshift/openshift-java-client)
===========================

Java client for the OpenShift REST API. It pretty much offers all features that are currently available in the rhc-* command line tools
Expand Down

0 comments on commit 6d72e41

Please sign in to comment.