Skip to content
Snippets Groups Projects
Commit e105426f authored by Peter Dave Hello's avatar Peter Dave Hello Committed by Zed
Browse files

Remove deprecated `sudo` config in .travis.yml

parent f3ebb87e
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment