We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b26e7a commit 5252aa9Copy full SHA for 5252aa9
.travis.yml
@@ -2,7 +2,9 @@ sudo: false
2
3
language: java
4
jdk:
5
- - oraclejdk7
+ # 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
8
- oraclejdk8
9
10
cache:
0 commit comments