Travis config
This commit is contained in:
parent
3abb134d30
commit
af8e49e53f
@ -1 +1,3 @@
|
||||
language: java
|
||||
language: java
|
||||
jdk:
|
||||
- oraclejdk8
|
@ -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<Trip> trips = ura.forStop("100000")
|
||||
* More refined query parameters
|
||||
* Stream API with asynchronous consumer
|
||||
|
||||
**Build status:**
|
||||
|
||||
* master [](https://travis-ci.org/stklcode/juraclient)
|
||||
* 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).
|
Loading…
x
Reference in New Issue
Block a user