We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080af52 commit 00cd94dCopy full SHA for 00cd94d
.travis.yml
@@ -19,7 +19,9 @@ env:
19
- secure: "D2Ie7dUZ9nQOIWtkRl2XWZeijSL8expUXP3GziSqQV1scJzwexxnUsRvWOkc2YU8+6IIGz9tcyt9RrEFUVF31VZgRSHh8P5rGGCzI2l99djKhYFfSErElwgoAJZFtOzougZK66/Gtb5uDo5L/wlKHkl4st3miqm+mEvfJITDjRQ="
20
jdk:
21
- oraclejdk8
22
+ - openjdk8
23
- openjdk11
24
+ - openjdk-ea
25
stages:
26
- name: check
27
- name: test
@@ -70,3 +72,4 @@ jobs:
70
72
- env: CLOJURE_VERSION=master TARGET=test-clj
71
73
- env: CLOJURE_VERSION=master TARGET=test-cljs
74
- env: CLOJURE_VERSION=1.10 TARGET=cloverage
75
+ - jdk: openjdk-ea
0 commit comments