ci: remove 'sudo: false' as it's deprecated on Travis

See https://docs.travis-ci.com/user/reference/trusty/#container-based-infrastructure
and https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration#timeline---its-happening-fast

Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
Alexander Bezzubov 2019-04-09 19:44:30 +02:00
parent 5fab94b5b9
commit 110822b014
No known key found for this signature in database
GPG Key ID: 8039F5787EFCD05D

View File

@ -1,4 +1,3 @@
sudo: false
dist: trusty
language: go