From fcc5417d32bac949956ec3a12aa859a4d264e508 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 25 Feb 2019 21:19:00 +0300 Subject: [PATCH] CI(travis): Remove outdated sudo keyword --- project_template/.travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/project_template/.travis.yml b/project_template/.travis.yml index e5fa711..19b5d49 100644 --- a/project_template/.travis.yml +++ b/project_template/.travis.yml @@ -6,9 +6,6 @@ branches: only: - master -# Prefer docker containers -sudo: required - language: python python: -- 2.39.2