Add Java 11 to travis build

This commit is contained in:
Hadrien Mary 2018-11-22 17:35:35 -05:00
parent 35c95f94cc
commit 95323aa1d8
1 changed files with 15 additions and 0 deletions

View File

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