Skip to content

Commit

Permalink
Travis CI has depreciated the use of 'sudo'
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and mahmoud committed Dec 11, 2018
1 parent a8a0750 commit dc91d7e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
@@ -1,5 +1,4 @@
language: python
sudo: false
cache: pip

# Python targets, as defined by https://github.com/travis-ci/travis-build/blob
Expand Down Expand Up @@ -28,10 +27,8 @@ matrix:
include:
- python: 3.7
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
- python: nightly # Python 3.8.0a0
dist: xenial # required for Python 3.8-dev (travis-ci/travis-ci#9069)
sudo: required # required for Python 3.8-dev (travis-ci/travis-ci#9069)
allow_failures:
- python: nightly

Expand Down

0 comments on commit dc91d7e

Please sign in to comment.