Skip to content

Commit f01b902

Browse files
committed
try different cdh version:
1 parent 98e6c60 commit f01b902

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
sudo: required
22
language: python
3+
dist: bionic
34
matrix:
45
include:
56
# https://docs.python.org/devguide/#status-of-python-branches
67
# One build pulls latest versions dynamically
78
- python: 3.8
8-
env: CDH=cdh5 CDH_VERSION=5 PRESTO=RELEASE SQLALCHEMY=sqlalchemy>=1.3.0
9+
env: CDH=cdh5 CDH_VERSION=5.10.1 PRESTO=RELEASE SQLALCHEMY=sqlalchemy>=1.3.0
910
- python: 3.6
10-
env: CDH=cdh5 CDH_VERSION=5 PRESTO=RELEASE SQLALCHEMY=sqlalchemy>=1.3.0
11+
env: CDH=cdh5 CDH_VERSION=5.10.1 PRESTO=RELEASE SQLALCHEMY=sqlalchemy>=1.3.0
1112
- python: 3.6
1213
env: CDH=cdh5 CDH_VERSION=5.10.1 PRESTO=0.147 SQLALCHEMY=sqlalchemy>=1.3.0
1314
- python: 3.5

0 commit comments

Comments
 (0)