Skip to content

Commit 04ae173

Browse files
committed
reorganize linux builds
1 parent a828d3a commit 04ae173

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,14 @@ addons:
1111
matrix:
1212
include:
1313
- os: linux
14+
dist: trusty
1415
language: python
1516
python: "3.5"
1617
env: TRAVIS_JDK_VERSION=openjdk7
1718
- os: linux
1819
language: python
1920
python: "3.6"
20-
env: TRAVIS_JDK_VERSION=openjdk8
21-
- os: linux
22-
language: python
23-
python: "3.6"
24-
env: TRAVIS_JDK_VERSION=oraclejdk9
21+
env: TRAVIS_JDK_VERSION=openjdk11
2522
- os: linux
2623
language: python
2724
python: "3.7"

0 commit comments

Comments
 (0)