'sudo: required' no longer needed

https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
This commit is contained in:
Hugo 2018-11-20 12:40:11 +02:00 committed by GitHub
parent 5008a37c0e
commit 8cb0256744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,6 @@ env:
language: python
# Default Python version is usually 2.7
python: 3.5
sudo: required
dist: trusty
services: docker
osx_image: xcode6.4