.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
This commit is contained in:
Valentin Lorentz 2017-08-18 22:19:21 +02:00
parent 5272bf3a86
commit b02a124398

View File

@ -1,5 +1,5 @@
language: python
sudo: false
sudo: true
python:
- "2.6"
- "2.7"