ci: remove "sudo" from travis configuration

Address the following warning Travis reports:

    root: deprecated key sudo (The key `sudo` has no effect anymore.)

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2020-06-30 13:03:01 +02:00 committed by mergify[bot]
parent c02413a663
commit 234ec7b1e0

View File

@ -1,6 +1,5 @@
---
# need for docker build
sudo: true
dist: bionic
addons: