Drop JDK 7 testing due to UnsupportedClassVersionError

Drop JDK 7 testing due to UnsupportedClassVersionError . Refer back upstream to get the minimum JDK version we need to support. Build fails at https://travis-ci.org/tirkarthi/clj-wordcloud/jobs/356513667
This commit is contained in:
Xtreak 2018-03-22 00:30:37 +05:30 committed by GitHub
parent 48f5ddc293
commit ff01e3cf32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,5 @@ notifications:
email: false email: false
jdk: jdk:
- openjdk7
- openjdk8 - openjdk8
- oraclejdk9 - oraclejdk9