From a95075bc5cab8471e2cfbf53662a4d0101260c75 Mon Sep 17 00:00:00 2001 From: cclauss Date: Tue, 30 Apr 2019 17:50:08 +0200 Subject: [PATCH] .travis.yml: The 'sudo' tag is now deprecated in Travis CI Fixes #322 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 53aa044..a3d55d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ git: language: python dist: trusty -sudo: false cache: pip before_install: @@ -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