Skip to content

Commit 3925900

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

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

44
language: python
55

6+
jdk: openjdk8
7+
68
python:
79
- 2.7
810
- 3.4
9-
- 3.5
10-
- 3.6
1111
- 3.7
1212
- pypy
1313

@@ -18,8 +18,6 @@ env:
1818
- KAFKA_VERSION=0.11.0.2
1919
- KAFKA_VERSION=1.1.1
2020

21-
sudo: false
22-
2321
addons:
2422
apt:
2523
packages:

0 commit comments

Comments
 (0)