From 54c8ca8d3308eb3c86acd9aecc1422bebae26e9b Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 7 Feb 2019 17:23:28 +0300 Subject: [PATCH] CI(travis): remove deprecated `sudo` keyword --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a5004c5..cf32cab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,6 @@ branches: only: - master -# Prefer docker containers -sudo: required - language: python python: -- 2.39.2