summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNicola Soranzo <nicola.soranzo@gmail.com>2019-01-30 04:16:23 +0000
committerGitHub <noreply@github.com>2019-01-30 04:16:23 +0000
commitef26142db8acbb09d3176dbd3a03496da3166456 (patch)
tree68d64e6d3525c31d417971ae996a327e501e87a4 /.travis.yml
parent34728c4efe2e52dcad7d675b7cbf881a735db7ec (diff)
downloadnumpy-ef26142db8acbb09d3176dbd3a03496da3166456.tar.gz
Remove deprecated ``sudo: false`` from .travis.yml
See blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index a5eb7fabb..7498e1d66 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,6 @@
language: python
group: travis_latest
dist: xenial
-# Run jobs on container-based infrastructure, can be overridden per job
-sudo: false
# Travis whitelists the installable packages, additions can be requested
# https://github.com/travis-ci/apt-package-whitelist
@@ -37,10 +35,8 @@ python:
matrix:
include:
- python: 3.7
- sudo: true # travis-ci/travis-ci#9069
env: INSTALL_PICKLE5=1
- python: 3.5
- sudo: true # travis-ci/travis-ci#9069
env: USE_DEBUG=1
addons:
apt: