From 110822b0144b250e9a1a615f43211ef896f41fd3 Mon Sep 17 00:00:00 2001 From: Alexander Bezzubov Date: Tue, 9 Apr 2019 19:44:30 +0200 Subject: [PATCH] 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 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a6113fd..e0aaf74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ -sudo: false dist: trusty language: go