Skip to content

Commit

Permalink
See if we can remove sudo requirements here
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Feb 26, 2018
1 parent 6f5282d commit f963904
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- python: pypy3
- stage: upload coverage
if: repo IS gmr/consulate
sudo: false
services: []
python: 3.6
install:
Expand All @@ -58,6 +59,7 @@ jobs:
- coverage report
after_success: codecov
- stage: deploy
sudo: false
if: repo IS gmr/consulate
python: 3.6
services: []
Expand Down

0 comments on commit f963904

Please sign in to comment.