Update .travis.yml

Travis seems to use Java 7 by default, probably because it's defined in the base `build.gradle`. This causes a problem for modules that use Java 8.
This commit is contained in:
Christian Basler 2015-10-15 08:21:41 +02:00
parent 409100ab20
commit d39342b12f
1 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
language: java
jdk:
- oraclejdk8