Merge #14770: travis: Do not specify sudo in .travis

feeef7d30e 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
This commit is contained in:
Wladimir J. van der Laan 2018-11-20 18:50:15 +01:00
commit 6b90a2a0e0
No known key found for this signature in database
GPG key ID: 1E4AED62986CD25D

View file

@ -1,4 +1,3 @@
sudo: required
dist: trusty
os: linux
language: minimal
@ -42,7 +41,6 @@ jobs:
# lint stage
- stage: lint
env:
sudo: false
cache: false
language: python
python: '3.6'