Skip to content

Commit 6b90a2a

Browse files
committed
Merge #14770: travis: Do not specify sudo in .travis
feeef7d Do not specify sudo in .travis (Julian Fleischer) Pull request description: 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. Tree-SHA512: 3364fbeaf7af5e91ef97cf7fbcc75427ecb4e10b02a31cbc17ccc46a6077bba7a000539717bb6a351c404a2b408af7de6c4587089b02367e67e1c8bfd8fe69d1
2 parents afa506f + feeef7d commit 6b90a2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
sudo: required
21
dist: trusty
32
os: linux
43
language: minimal
@@ -42,7 +41,6 @@ jobs:
4241
# lint stage
4342
- stage: lint
4443
env:
45-
sudo: false
4644
cache: false
4745
language: python
4846
python: '3.6'

0 commit comments

Comments
 (0)