clj-wordcloud/.travis.yml
Xtreak ff01e3cf32
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
2018-03-22 00:30:37 +05:30

10 lines
101 B
YAML

language: clojure
script: lein test
notifications:
email: false
jdk:
- openjdk8
- oraclejdk9