Skip to content

Commit

Permalink
Remove support for openjdk7, add openjdk13
Browse files Browse the repository at this point in the history
clojure tools don't support jdk7, so don't try and test against it
  • Loading branch information
tanzoniteblack committed Apr 2, 2020
1 parent ebc83e0 commit e004c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ install:
- sudo ./linux-install-1.10.1.536.sh
script: bin/kaocha
jdk:
- openjdk7
- openjdk8
- openjdk11
- openjdk13

0 comments on commit e004c62

Please sign in to comment.