Skip to content

Commit a0d8d71

Browse files
cclaussuntitaker
authored andcommitted
Travis CI: The 'sudo' tag is now deprecated (#282)
[Travis are now recommending removing the __sudo__ tag](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration). "_If you currently specify __sudo: false__ in your __.travis.yml__, we recommend removing that configuration_"
1 parent 8c7c1a2 commit a0d8d71

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
language: python
2-
sudo: false
32

43
python:
54
- "2.7"
@@ -21,10 +20,8 @@ matrix:
2120
include:
2221
- python: "3.7"
2322
dist: xenial
24-
sudo: true
2523
- python: "3.8-dev"
2624
dist: xenial
27-
sudo: true
2825

2926
- name: Linting
3027
python: "3.6"

0 commit comments

Comments
 (0)