Only build with Java 8 on Travis

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
This commit is contained in:
Ben McCann 2015-02-24 15:20:12 -05:00 committed by Havoc Pennington
parent 1f50c19b59
commit f2aec60ff9

View File

@ -15,7 +15,7 @@ cache:
language: scala
jdk:
- openjdk6
- oraclejdk8
script:
- sbt ++$TRAVIS_SCALA_VERSION test