Skip to content

Commit

Permalink
Remove deprecated sudo config in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello authored and zedeus committed Nov 8, 2020
1 parent f3ebb87 commit e105426
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- docker push $IMAGE_NAME:latest
- stage: test
if: (NOT type IN (pull_request)) AND (branch = master)
sudo: required
dist: bionic
language: python
python:
Expand All @@ -46,7 +45,6 @@ jobs:
- pytest --headless -n 8 --reruns 10 --reruns-delay 2
- stage: pr
if: type IN (pull_request)
sudo: required
dist: bionic
language: python
python:
Expand Down

0 comments on commit e105426

Please sign in to comment.