Skip to content

Commit 584c67d

Browse files
committed
Use bionic to run tests in travis-ci
1 parent bee83ce commit 584c67d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
os: linux
2+
dist: bionic
23
language: python
34

4-
matrix:
5+
jobs:
56
include:
67
- python: "3.5"
78
- python: "3.6"
@@ -16,7 +17,6 @@ matrix:
1617
- python: "3.7"
1718
env: LINTER=1
1819

19-
sudo: required
2020
services:
2121
- docker
2222

0 commit comments

Comments
 (0)