Skip to content

Commit

Permalink
Remove JDK 7 from Travis CI matrix
Browse files Browse the repository at this point in the history
Built JARs should remain compatible with it anyway with the -target:...
scalac option
  • Loading branch information
alexarchambault committed Feb 23, 2016
1 parent 52df13c commit 955cfba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ scala:
- 2.11.7

jdk:
- oraclejdk7
- oraclejdk8

script: sbt ++${TRAVIS_SCALA_VERSION} test $(if [[ "${TRAVIS_PULL_REQUEST}" == "false"
Expand Down

0 comments on commit 955cfba

Please sign in to comment.