Skip to content

Commit 8843848

Browse files
committed
Correctly specify jdk for Travis jobs
1 parent 734660f commit 8843848

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ jdk:
2121
- openjdk-ea
2222
stages:
2323
- name: check
24-
jdk: openjdk11
2524
- name: test
2625
- name: deploy
27-
jdk: openjdk11
2826
# Deploy only from the home repo where the credentials can be
2927
# properly decrypted. Never deploy from a pull request job.
3028
# In addition, ensure we're on the master branch (snapshots)
@@ -37,9 +35,11 @@ jobs:
3735
include:
3836
- stage: check
3937
env: CLOJURE_VERSION=1.10 TARGET=eastwood
38+
jdk: openjdk11
4039

4140
- stage: check
4241
env: CLOJURE_VERSION=1.10 TARGET=cljfmt
42+
jdk: openjdk11
4343

4444
- stage: test
4545
env: CLOJURE_VERSION=1.10 TARGET=cloverage
@@ -48,6 +48,7 @@ jobs:
4848

4949
- stage: deploy
5050
env: TARGET=deploy
51+
jdk: openjdk11
5152

5253
matrix:
5354
fast_finish: true

0 commit comments

Comments
 (0)