From b02a12439818dceb9d71865e6ed332996f6f6cc0 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 18 Aug 2017 22:19:21 +0200 Subject: [PATCH] .travis.yml: use 'sudo: true'. Re-enables 'ping' (was disabled while switching from Precise to Trusty), and may actually be faster. See https://github.com/travis-ci/travis-ci/issues/8270 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6b2498251..76b6e84cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: python -sudo: false +sudo: true python: - "2.6" - "2.7"