From 622568271a10df91ae80abc3addaeae341b3a261 Mon Sep 17 00:00:00 2001 From: cclauss Date: Tue, 9 Jul 2019 23:07:32 +0200 Subject: [PATCH] Travis CI: (#1469) [Travis are now recommending removing the __sudo__ tag](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration). "_If you currently specify __sudo: false__ in your __.travis.yml__, we recommend removing that configuration_" --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 74c3f37..4de6f81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,5 @@ # This is the configuration for Travis CI, a free github-integrated service that runs this script for each pull request (if configured) -# Be nice to travis, allow docker builds, must not use sudo below -sudo: false - # provides gcc, clang, make, scons, cmake language: c++