Skip to content

Commit

Permalink
.travis.yml: The 'sudo' tag is now deprecated in Travis CI (#323)
Browse files Browse the repository at this point in the history
Fixes #322
  • Loading branch information
cclauss authored and brettcannon committed May 6, 2019
1 parent b93c761 commit aac7048
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 @@ -6,7 +6,6 @@ git:
language: python

dist: trusty
sudo: false
cache: pip

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

0 comments on commit aac7048

Please sign in to comment.