summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcclauss <cclauss@me.com>2019-06-12 05:42:01 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2019-06-12 12:42:01 +0800
commit1a835ea713154332f4d4db062e3b38b8a0460d17 (patch)
tree1470b39a70efaa2a6c7bf5de3937706e7362f259
parentc2f30702a4db0f4dfbf88842c07532cc187daf5a (diff)
downloadpsutil-1a835ea713154332f4d4db062e3b38b8a0460d17.tar.gz
Travis CI: The sudo tag is now deprecated in Travis (#1521)
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index fdab64f6..b3b0102d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,3 @@
-sudo: false
language: python
cache: pip
matrix:
@@ -10,7 +9,6 @@ matrix:
- python: 3.6
- python: 3.7
dist: xenial
- sudo: true
# macOS
- language: generic
os: osx