From 5b539d52526e5741fdffde1f7fa2e8f3e800a491 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Mon, 8 Feb 2016 22:32:16 +0100 Subject: [PATCH] [travis] Test against JDK 7 and JDK 8 Bug #221 was due to a different behaviour of JDK8 and JDK7. To prevent this in the future, travis should test with both. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 22d9469a..a73f784f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: android +jdk: + - oraclejdk8 + - oraclejdk7 android: components: # Uncomment the lines below if you want to