Skip to content

Commit be621d3

Browse files
authored
Fix for Travis CI failing on python-base
1 parent 13d5711 commit be621d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ref: https://docs.travis-ci.com/user/languages/python
22
language: python
3-
dist: trusty
3+
dist: xenial
44
sudo: required
55

66
matrix:

0 commit comments

Comments
 (0)