Skip to content

Commit

Permalink
Drop Travis checks for Java 7
Browse files Browse the repository at this point in the history
Gradle no longer works with Java 7 without workaround flags, and it's
probably time to move on from Java 7 anyway.
  • Loading branch information
sjamesr committed Dec 5, 2019
1 parent 86028a5 commit 79795d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ dist: precise
language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7

# Works around an issue in Travis, see
# https://github.com/travis-ci/travis-ci/issues/5227.
Expand Down

0 comments on commit 79795d2

Please sign in to comment.