From 2c22bb26454ad3031debdd692228bca7fe2aad8d Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Tue, 30 Jun 2020 21:20:29 +0200 Subject: [PATCH] tests: Drop sudo, language: python from .travis.yml These shouldn't be necessary, drop it to speed things up. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d4e7a3e..bb72827 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ -sudo: required -language: python +language: minimal env: - TASK_VERSION=v2.4.0 - TASK_VERSION=v2.4.1