Skip to content

Commit aac7048

Browse files
cclaussbrettcannon
authored andcommitted
.travis.yml: The 'sudo' tag is now deprecated in Travis CI (#323)
Fixes #322
1 parent b93c761 commit aac7048

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ git:
66
language: python
77

88
dist: trusty
9-
sudo: false
109
cache: pip
1110

1211
before_install:
@@ -26,7 +25,6 @@ before_install:
2625
if: tag IS NOT present OR tag =~ ^blurb\-v\d+\.\d+\.\d+$
2726
- &base-3_7
2827
dist: xenial
29-
sudo: required
3028
python: "3.7"
3129
- &install-and-test-cherry-picker
3230
<<: *run-if-cherry-picker-or-untagged

0 commit comments

Comments
 (0)