Skip to content

Commit 6618a0d

Browse files
committed
Stop testing on Java 7
It reached its EOL years ago and almost no one uses it these days.
1 parent 066b603 commit 6618a0d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ env:
1818
- secure: "bCp4gU7XgeqLnqKwEpJarnKPbGljHyLE2rZnub4mEHD8kcvh6LoEkG/2QCtnSETj8zrQJwyMuEDGUwPgjmzQ/aEn6UiIYmv7ka6QnLBxOxhqQTbDtG7HssfkeT5b67LgOyQX7ejK88vnmH+OeWXM7kOOvUwVy5BVgsYyr2f1cGU="
1919
- secure: "D2Ie7dUZ9nQOIWtkRl2XWZeijSL8expUXP3GziSqQV1scJzwexxnUsRvWOkc2YU8+6IIGz9tcyt9RrEFUVF31VZgRSHh8P5rGGCzI2l99djKhYFfSErElwgoAJZFtOzougZK66/Gtb5uDo5L/wlKHkl4st3miqm+mEvfJITDjRQ="
2020
jdk:
21-
- openjdk7
2221
- oraclejdk8
2322
- oraclejdk9
2423
stages:
@@ -66,13 +65,6 @@ jobs:
6665
env: TARGET=deploy
6766
jdk: oraclejdk8
6867

69-
exclude:
70-
# CLJS-1.9 doesn't build on JDK7. This is because of a dependency on the
71-
# google/closure-compiler which requires JDK8 or higher.
72-
# https://github.com/google/closure-compiler/wiki/Releases#september-10-2017-v20170910
73-
- env: VERSION=1.9 TARGET=test-cljs
74-
jdk: openjdk7
75-
7668
fast_finish: true # don't wait for allowed failures before build finish
7769
allow_failures:
7870
- env: VERSION=master TARGET=test-clj

0 commit comments

Comments
 (0)