From f87406479c4fede2c4363782560a715f92befd64 Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 20 Nov 2018 10:51:40 +0200 Subject: [PATCH 1/2] Use VM-based infrastructure https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b9492393323..ec1c0b536e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,6 @@ matrix: - python: "3.6" name: "Lint" env: LINT="true" - sudo: false - python: "pypy" name: "PyPy Trusty" dist: trusty From 248d5f7eede2c5b0d54ad2a075c5e6bbf6c224b3 Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 20 Nov 2018 11:06:28 +0200 Subject: [PATCH 2/2] 'sudo: required' no longer needed --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ec1c0b536e8..6e8bb7b5fbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ dist: xenial -sudo: required language: python cache: pip