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 734660f commit 8843848Copy full SHA for 8843848
.travis.yml
@@ -21,10 +21,8 @@ jdk:
21
- openjdk-ea
22
stages:
23
- name: check
24
- jdk: openjdk11
25
- name: test
26
- name: deploy
27
28
# Deploy only from the home repo where the credentials can be
29
# properly decrypted. Never deploy from a pull request job.
30
# In addition, ensure we're on the master branch (snapshots)
@@ -37,9 +35,11 @@ jobs:
37
35
include:
38
36
- stage: check
39
env: CLOJURE_VERSION=1.10 TARGET=eastwood
+ jdk: openjdk11
40
41
42
env: CLOJURE_VERSION=1.10 TARGET=cljfmt
43
44
- stage: test
45
env: CLOJURE_VERSION=1.10 TARGET=cloverage
@@ -48,6 +48,7 @@ jobs:
48
49
- stage: deploy
50
env: TARGET=deploy
51
52
53
matrix:
54
fast_finish: true
0 commit comments