Skip to content

Commit f963904

Browse files
committed
See if we can remove sudo requirements here
1 parent 6f5282d commit f963904

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- python: pypy3
4343
- stage: upload coverage
4444
if: repo IS gmr/consulate
45+
sudo: false
4546
services: []
4647
python: 3.6
4748
install:
@@ -58,6 +59,7 @@ jobs:
5859
- coverage report
5960
after_success: codecov
6061
- stage: deploy
62+
sudo: false
6163
if: repo IS gmr/consulate
6264
python: 3.6
6365
services: []

0 commit comments

Comments
 (0)