From bc7c0c8bccf73b5c4a109f6b01dd6beb4835c561 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sat, 19 Dec 2015 12:08:51 +0100 Subject: [PATCH] Configure continuous integration using Travis CI. Builds will be visible at https://travis-ci.org/schildbach/public-transport-enabler --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..fba85ec1 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +# configuration for https://travis-ci.org/schildbach/public-transport-enabler +sudo: false +language: java +jdk: openjdk6