Travis config
This commit is contained in:
@ -1 +1,3 @@
|
|||||||
language: java
|
language: java
|
||||||
|
jdk:
|
||||||
|
- oraclejdk8
|
@ -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 [](https://travis-ci.org/stklcode/juraclient)
|
||||||
|
* 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).
|
Reference in New Issue
Block a user