Skip to content

Commit a67ab53

Browse files
cichlibbatsov
authored andcommitted
Use openjdk11 where possible in build matrix
1 parent 00cd94d commit a67ab53

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
include:
3838
# Test OpenJDK against latest Clojure stable
3939
- env: CLOJURE_VERSION=1.10 TARGET=test-clj
40-
jdk: openjdk8
40+
jdk: openjdk11
4141
- env: CLOJURE_VERSION=1.10 TARGET=test-cljs
42-
jdk: openjdk8
42+
jdk: openjdk11
4343

4444
# Test Clojure master against a single JDK
4545
- env: CLOJURE_VERSION=master TARGET=test-clj
@@ -49,23 +49,23 @@ jobs:
4949

5050
# Coverage analysis
5151
- env: CLOJURE_VERSION=1.10 TARGET=cloverage
52-
jdk: oraclejdk8
52+
jdk: openjdk11
5353
after_success: bash <(curl -s https://codecov.io/bash) -f target/coverage/codecov.json
5454

5555
# Eastwood linter
5656
- stage: check
5757
env: CLOJURE_VERSION=1.10 TARGET=eastwood
58-
jdk: oraclejdk8
58+
jdk: openjdk11
5959

6060
# Check cljfmt
6161
- stage: check
6262
env: CLOJURE_VERSION=1.10 TARGET=cljfmt
63-
jdk: oraclejdk8
63+
jdk: openjdk11
6464

6565
# Deployment
6666
- stage: deploy
6767
env: TARGET=deploy
68-
jdk: oraclejdk8
68+
jdk: openjdk11
6969

7070
fast_finish: true # don't wait for allowed failures before build finish
7171
allow_failures:

0 commit comments

Comments
 (0)