travis: remove sudo: required

The sudo keyword will be fully deprecated.

https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
Signed-off-by: Christian Berendt <berendt@betacloud-solutions.de>
pull/3326/head
Christian Berendt 2018-12-04 16:58:25 +01:00 committed by Sébastien Han
parent 1cff1f9806
commit 6f994195d1
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
sudo: required
language: python language: python
python: python:
- "3.6" - "3.6"