From b9c3df6bb56074e37018856e1c541512d12d79f5 Mon Sep 17 00:00:00 2001 From: Ben McCann Date: Tue, 10 Feb 2015 15:12:16 -0800 Subject: [PATCH] Support only Java 8 Java 7 is EOL in April and will no longer be receiving updates. Akka is dropping Java 7 support in version 2.4. Play has also decided to drop support for Java 7 in Play 2.4. Supporting Java 8 would be nice because it would allow us to do autoconversions to the new time API like java.time.Duration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 01a6738c..2ed039b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ cache: language: scala jdk: - - openjdk6 + - oraclejdk8 script: - sbt ++$TRAVIS_SCALA_VERSION test