Skip to content

Commit 5252aa9

Browse files
committed
Disabling travis-ci java 7 build, since oraclejdk7 is no longer
provided, and travis' openjdk7 does not contain the necessary SunEC elliptic curve provider.
1 parent 3b26e7a commit 5252aa9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ sudo: false
22

33
language: java
44
jdk:
5-
- oraclejdk7
5+
# Not running tests against openjdk7, since the SunEC is not included in travis-ci's version of openjdk7.
6+
# Not running tests against oraclejdk7, since travis-ci no longer provides it.
7+
# - openjdk7
68
- oraclejdk8
79

810
cache:

0 commit comments

Comments
 (0)