Add Java 10 to travis build

This commit is contained in:
Hadrien Mary 2018-11-22 14:26:09 -05:00
parent 8f740906d7
commit 35c95f94cc
1 changed files with 15 additions and 0 deletions

View File

@ -39,6 +39,21 @@ matrix:
env:
- PYTHON_VERSION="3.7"
- JAVA_VERSION="9"
- language: python
os: linux
env:
- PYTHON_VERSION="2.7"
- JAVA_VERSION="10"
- language: python
os: linux
env:
- PYTHON_VERSION="3.6"
- JAVA_VERSION="10"
- language: python
os: linux
env:
- PYTHON_VERSION="3.7"
- JAVA_VERSION="10"
install: