Travis config

This commit is contained in:
2016-12-27 18:10:31 +01:00
parent 3abb134d30
commit af8e49e53f
2 changed files with 10 additions and 1 deletions

View File

@ -1 +1,3 @@
language: java language: java
jdk:
- oraclejdk8

View File

@ -1,5 +1,6 @@
jURAclient jURAclient
========== ==========
Java client for URA based public transport APIs. 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 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<Trip> trips = ura.forStop("100000")
* More refined query parameters * More refined query parameters
* Stream API with asynchronous consumer * 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** **License**
The project is licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0). The project is licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).