Do not specify sudo in .travis
Travis is deprecating the `sudo` keyword and moves everything to the same infrastructure (sudo really selects between two infrastructures). See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration?utm_source=in-app&utm_medium=intercom for more info.
This commit is contained in:
parent
afa506f6eb
commit
feeef7d30e
1 changed files with 0 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
sudo: required
|
|
||||||
dist: trusty
|
dist: trusty
|
||||||
os: linux
|
os: linux
|
||||||
language: minimal
|
language: minimal
|
||||||
|
@ -42,7 +41,6 @@ jobs:
|
||||||
# lint stage
|
# lint stage
|
||||||
- stage: lint
|
- stage: lint
|
||||||
env:
|
env:
|
||||||
sudo: false
|
|
||||||
cache: false
|
cache: false
|
||||||
language: python
|
language: python
|
||||||
python: '3.6'
|
python: '3.6'
|
||||||
|
|
Loading…
Add table
Reference in a new issue