From 6deaa99f77c5dd34ae39be41fbe8f705f1f063a9 Mon Sep 17 00:00:00 2001 From: Sergio del Amo Date: Thu, 29 Nov 2018 16:59:45 +0100 Subject: [PATCH] [travis] remove sudo: false If you currently specify sudo: false in your .travis.yml, we recommend removing that configuration soon. see: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration [skip travis] --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9594ae1..f6c912e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ -sudo: false cache: directories: - "$HOME/.gradle"