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 a67ab53 commit 73875cbCopy full SHA for 73875cb
.travis.yml
@@ -35,12 +35,6 @@ stages:
35
AND ( branch = master OR branch =~ ^v[0-9]+\.[0-9]+\.[0-9]+.*$ )
36
jobs:
37
include:
38
- # Test OpenJDK against latest Clojure stable
39
- - env: CLOJURE_VERSION=1.10 TARGET=test-clj
40
- jdk: openjdk11
41
- - env: CLOJURE_VERSION=1.10 TARGET=test-cljs
42
43
-
44
# Test Clojure master against a single JDK
45
- env: CLOJURE_VERSION=master TARGET=test-clj
46
jdk: openjdk11
0 commit comments