From af8e49e53f81f10f94c29fa1d8cd463d4724cad6 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Tue, 27 Dec 2016 18:10:31 +0100 Subject: [PATCH] Travis config --- .travis.yml | 4 +++- README.md | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f5c99a7..c4f11b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,3 @@ -language: java \ No newline at end of file +language: java +jdk: + - oraclejdk8 \ No newline at end of file diff --git a/README.md b/README.md index 6ca1ac1..5b3ae54 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ jURAclient ========== + Java client for URA based public transport APIs. This client allows to simply connect any Java application to the public transport API to implement a monitor for the @@ -39,6 +40,12 @@ List trips = ura.forStop("100000") * More refined query parameters * Stream API with asynchronous consumer +**Build status:** + +* master [![Build status](https://travis-ci.org/stklcode/juraclient.svg?branch=master)](https://travis-ci.org/stklcode/juraclient) +* develop [![Build status](https://travis-ci.org/stklcode/juraclient.svg?branch=develop)](https://travis-ci.org/stklcode/juraclient) + + **License** The project is licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0). \ No newline at end of file