cbolgiano opened a new pull request #2609: Dubbo-2605 Removed java9 from .travis.yml URL: https://github.com/apache/incubator-dubbo/pull/2609 ## What is the purpose of the change To fix issue 2605 by removing jdk9 from .travis.yml. ## Brief changelog commit 99babae7ff6e947059fee14cc2425aead46e6be8 (HEAD -> remove-javatr avis-issue-2605, origin/remove-java9-travis-issue-2605) Author: devbox <cbolgiano...@gmail.com> Date: Mon Oct 8 10:38:47 2018 -0400 Removed jdk9 from .travis.yml. ## Verifying this change I do not have a local copy of travis ci. I can add the results from travis ci as a comment in the PR after it is created. Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [GITHUB_issue](https://github.com/apache/incubator-dubbo/issues) filed for the change (usually before you start working on it). Trivial changes like typos do not require a GITHUB issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue. - [x] Format the pull request title like `[Dubbo-XXX] Fix UnknownException when host config not exist #XXX`. Each commit in the pull request should have a meaningful subject line and body. - [x] Write a pull request description that is detailed enough to understand what the pull request does, how, and why. - [x] Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add integration-test in [test module](https://github.com/apache/incubator-dubbo/tree/master/dubbo-test). ^No tests written for this small contribution. - [x] Run `mvn clean install -DskipTests` & `mvn clean test-compile failsafe:integration-test` to make sure unit-test and integration-test pass. ^ both tasks fail on branch 2.6.x - [x] If this contribution is large, please follow the [Software Donation Guide](https://github.com/apache/incubator-dubbo/wiki/Software-donation-guide). ^ This is a small contribution.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services