Skip to content

Commit 2395d6b

Browse files
authored
Travis CI: 'sudo' tag is now deprecated in Travis
[Travis are now recommending removing the __sudo__ tag](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration).
1 parent 7a6ca8c commit 2395d6b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ matrix:
99
include:
1010
- python: 3.7
1111
dist: xenial
12-
sudo: required
1312
- python: "nightly"
1413
dist: xenial
15-
sudo: required
1614
allow_failures:
1715
- python: "nightly"
1816
git:

0 commit comments

Comments
 (0)