Skip to content

Commit 585041b

Browse files
committed
Travis CI is moving to Xenial, try that now
1 parent ae048d5 commit 585041b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
dist: trusty
2-
sudo: required
1+
dist: xenial
32
services:
43
- docker
54

@@ -31,7 +30,8 @@ jobs:
3130
python: "3.6"
3231
- stage: test
3332
python: "3.7"
34-
dist: xenial
33+
- stage: test
34+
python: "3.8-dev"
3535
- stage: release-test
3636
python: "2.7"
3737
script: RELEASE_SKIP=head ${TRAVIS_BUILD_DIR}/release-test.sh

0 commit comments

Comments
 (0)