Skip to content

Commit 08266fa

Browse files
committed
Upgrade ubuntu version to fix CI:
1 parent 1548ecc commit 08266fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
sudo: required
22
language: python
3-
dist: trusty
3+
dist: bionic
44
matrix:
55
include:
66
# https://docs.python.org/devguide/#status-of-python-branches
77
# One build pulls latest versions dynamically
8+
- python: 3.8
9+
env: CDH=cdh5 CDH_VERSION=5 PRESTO=RELEASE SQLALCHEMY=sqlalchemy>=1.3.0
810
- python: 3.6
911
env: CDH=cdh5 CDH_VERSION=5 PRESTO=RELEASE SQLALCHEMY=sqlalchemy>=1.3.0
1012
- python: 3.6

0 commit comments

Comments
 (0)