Skip to content

Commit

Permalink
Merge pull request #2016 from cclauss/patch-1
Browse files Browse the repository at this point in the history
.travis.yml: The 'sudo' tag is now deprecated in Travis CI
  • Loading branch information
HelloZeroNet authored May 16, 2019
2 parents 98c9c8d + 41aec08 commit 89cb673
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
language: python

matrix:
include:
- python: 3.4
dist: trusty
sudo: false
- python: 3.5
dist: trusty
sudo: false
- python: 3.6
dist: trusty
sudo: false
- python: 3.7
dist: xenial
sudo: true

python:
- 3.4
- 3.5
- 3.6
- 3.7
dist: xenial
services:
- docker
install:
Expand Down

0 comments on commit 89cb673

Please sign in to comment.