From 4648251a63344a1072171244e8ffc2f4e622516d Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 7 Feb 2019 17:23:08 +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 d7b6ba6..296296e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,6 @@ branches: only: - master -# Prefer docker containers -sudo: required - language: python python: -- 2.39.2