Skip to content

Commit

Permalink
Drop support for jdk 9 and 10 for javassist
Browse files Browse the repository at this point in the history
Drop support for jdk 9 and 10 as tests are currently failing for javassist.
  • Loading branch information
virustotalop committed Aug 19, 2019
1 parent f73d620 commit 72379b7
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,6 @@ jobs:
- ./gradlew clean
- ./gradlew test
- ./gradlew jacocoTestReport
- # stage: ...
env: JDK=9
script:
- source install-jdk.sh -C -F 9
- ./gradlew clean
- ./gradlew test
- ./gradlew jacocoTestReport
- # stage: ...
env: JDK=10
script:
- source install-jdk.sh -C -F 10
- ./gradlew clean
- ./gradlew test
- ./gradlew jacocoTestReport


after_success:
Expand Down

0 comments on commit 72379b7

Please sign in to comment.