Configure continuous integration using Travis CI.

Builds will be visible at https://travis-ci.org/schildbach/public-transport-enabler
This commit is contained in:
Andreas Schildbach 2015-12-19 12:08:51 +01:00
parent f2797a4042
commit bc7c0c8bcc

4
.travis.yml Normal file
View file

@ -0,0 +1,4 @@
# configuration for https://travis-ci.org/schildbach/public-transport-enabler
sudo: false
language: java
jdk: openjdk6