Skip to content

Commit 21f5f77

Browse files
committed
Pin travis tests to openjdk8
1 parent e126a4e commit 21f5f77

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ sudo: required # required for Python >= 3.7 (travis-ci/travis-ci#9069)
33

44
language: python
55

6+
jdk:
7+
- openjdk8
8+
69
python:
710
- 2.7
811
- 3.4
9-
- 3.5
10-
- 3.6
1112
- 3.7
1213
- pypy
1314

@@ -18,8 +19,6 @@ env:
1819
- KAFKA_VERSION=0.11.0.2
1920
- KAFKA_VERSION=1.1.1
2021

21-
sudo: false
22-
2322
addons:
2423
apt:
2524
packages:

0 commit comments

Comments
 (0)