Skip to content

Commit

Permalink
Merge pull request #3472 from hugovk/ci-vm
Browse files Browse the repository at this point in the history
Travis CI: Remove 'sudo' config
  • Loading branch information
hugovk committed Nov 22, 2018
2 parents 50d49d6 + 248d5f7 commit d560118
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,5 +1,4 @@
dist: xenial
sudo: required
language: python
cache: pip

Expand All @@ -17,7 +16,6 @@ matrix:
- python: "3.6"
name: "Lint"
env: LINT="true"
sudo: false
- python: "pypy"
name: "PyPy Trusty"
dist: trusty
Expand Down

0 comments on commit d560118

Please sign in to comment.