From 45fc87bdf32110a196e050a238f2f78833e515f6 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 7 Feb 2019 17:22:55 +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 eace8ca..a3bc241 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