mirror of
https://github.com/simon-brooke/clj-wordcloud.git
synced 2025-07-01 17:38:09 +00:00
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
10 lines
101 B
YAML
10 lines
101 B
YAML
language: clojure
|
|
script: lein test
|
|
|
|
notifications:
|
|
email: false
|
|
|
|
jdk:
|
|
- openjdk8
|
|
- oraclejdk9
|