Skip to content

Commit

Permalink
remove openjdk7 from .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshizawa committed Jul 6, 2019
1 parent 6c4ac96 commit c3fbb03
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
language: java
jdk:
- openjdk7
- oraclejdk8
- oraclejdk9
install:
# workaround for the missing EC cipher suites
# will download Gradle distribution using OracleJDK8
- if [ "openjdk7" == "$TRAVIS_JDK_VERSION" ]; then JAVA_HOME=$(jdk_switcher home openjdk8) ./gradlew testClasses ; fi
- openjdk12
after_success:
- ./gradlew cobertura coveralls

0 comments on commit c3fbb03

Please sign in to comment.