Skip to content

Commit 253b66a

Browse files
cclaussEvidlo
authored andcommitted
.travis.yml: The 'sudo' tag is now deprecated in Travis CI (#154)
[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:__ in your __.travis.yml__, we recommend removing that configuration_"
1 parent 59532a8 commit 253b66a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
- python: '3.6'
99
- python: '3.7'
1010
dist: xenial
11-
sudo: true
1211

1312
# command to install dependencies
1413
install: "pip install -r requirements.txt"

0 commit comments

Comments
 (0)