Remove sudo: from .travis.yml
TravisCI has migrated their infrastructure: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
sudo: false
|
|
||||||
language: python
|
language: python
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install: "make"
|
install: "make"
|
||||||
@@ -35,8 +34,7 @@ jobs:
|
|||||||
- make test-readme
|
- make test-readme
|
||||||
- make ci
|
- make ci
|
||||||
python: '3.7'
|
python: '3.7'
|
||||||
dist: xenial
|
dist: xenial
|
||||||
sudo: true
|
|
||||||
- stage: coverage
|
- stage: coverage
|
||||||
python: 3.6
|
python: 3.6
|
||||||
script: codecov
|
script: codecov
|
||||||
|
|||||||
Reference in New Issue
Block a user