From 84bf460f99fdad282e90daae7f918b608451dbd6 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Wed, 15 Apr 2020 10:09:52 +0900 Subject: [PATCH] Remove deprecated sudo configuration Addresses warnings of the form: jobs.include: deprecated key sudo (The key `sudo` has no effect anymore.) --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 34b02b4..94254fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,6 @@ language: cpp matrix: include: - os: linux - sudo: required dist: trusty cache: apt before_install: @@ -97,7 +96,6 @@ matrix: - test/filter-suite-log.sh test/test-suite.log - os: linux-ppc64le - sudo: required dist: trusty cache: apt before_install: