]> source.dussan.org Git - gitblit.git/commitdiff
Travis: Build and test on JDK 7, 8 and 11.
authorFlorian Zschocke <florian.zschocke@devolo.de>
Wed, 6 Nov 2019 13:44:00 +0000 (14:44 +0100)
committerFlorian Zschocke <florian.zschocke@devolo.de>
Wed, 6 Nov 2019 15:46:27 +0000 (16:46 +0100)
This uses the Trusty (14.04) image since that in the only one
where all three JDKs are available.

.travis.yml

index a98b7603500df57f0f2b29647ceaaf6379380355..c02000c7c80f592a42bbeb65f57d9c617b32ae16 100644 (file)
@@ -1,2 +1,8 @@
+dist: trusty
+
 language: java
 
+jdk:
+  - openjdk7
+  - openjdk8
+  - oraclejdk11