commit: 818c6ab5dcae6904037f1222145c64112a046cc3 Author: Konstantinos Smanis <konstantinos.smanis <AT> gmail <DOT> com> AuthorDate: Sun Aug 23 09:52:48 2020 +0000 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org> CommitDate: Mon Aug 24 12:57:24 2020 +0000 URL: https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=818c6ab5
Remove deprecated `sudo` key Travis CI has long deprecated the `sudo` key [1]; let's remove it in order to silence any build config validation warnings. [1] https://changelog.travis-ci.com/84517 Signed-off-by: Konstantinos Smanis <konstantinos.smanis <AT> gmail.com> Closes: https://github.com/gentoo/gentoo-docker-images/pull/88 Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org> .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4d8417d..7269f98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ -sudo: required services: docker language: bash env:
