We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a828d3a commit 04ae173Copy full SHA for 04ae173
1 file changed
.travis.yml
@@ -11,17 +11,14 @@ addons:
11
matrix:
12
include:
13
- os: linux
14
+ dist: trusty
15
language: python
16
python: "3.5"
17
env: TRAVIS_JDK_VERSION=openjdk7
18
19
20
python: "3.6"
- env: TRAVIS_JDK_VERSION=openjdk8
21
- - os: linux
22
- language: python
23
- python: "3.6"
24
- env: TRAVIS_JDK_VERSION=oraclejdk9
+ env: TRAVIS_JDK_VERSION=openjdk11
25
26
27
python: "3.7"
0 commit comments