mirror of
https://github.com/lightbend/config.git
synced 2025-01-28 21:20:07 +08:00
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:
parent
1f50c19b59
commit
f2aec60ff9
@ -15,7 +15,7 @@ cache:
|
||||
language: scala
|
||||
|
||||
jdk:
|
||||
- openjdk6
|
||||
- oraclejdk8
|
||||
|
||||
script:
|
||||
- sbt ++$TRAVIS_SCALA_VERSION test
|
||||
|
Loading…
Reference in New Issue
Block a user