[CALCITE-2210] Remove oraclejdk7, add oraclejdk9, add oraclejdk10, and add ibmjava to .travis.yml

The only supported Travis CI Oracle verions are oraclejdk8 and oraclejdk9. For more details see:
https://docs.travis-ci.com/user/reference/trusty/#JVM-(Clojure%2C-Groovy%2C-Java%2C-Scala)-images

IBM JDK is not installed by default unless you install it. IBM JDK is supported through Docker maven:ibmjava image.

Closes #29

Signed-off-by: Josh Elser <elserj@apache.org>
1 file changed
tree: ece52500422f91be9ad075ab3ae612dc5f85b76d
  1. core/
  2. docker/
  3. metrics/
  4. metrics-dropwizardmetrics3/
  5. noop-driver/
  6. server/
  7. shaded/
  8. site/
  9. src/
  10. standalone-server/
  11. tck/
  12. .gitattributes
  13. .gitignore
  14. .travis.yml
  15. LICENSE
  16. NOTICE
  17. pom.xml
  18. README
  19. README.md
README.md

Build Status

Apache Calcite -- Avatica

Apache Calcite's Avatica is a framework for building database drivers.

Avatica is a sub-project of Apache Calcite.

For more details, see the home page.

Release notes for all published versions are available on the history page.