mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Remove sudo from .travis.yml (#6408)
Travis CI has migrated their infrastructure https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
This commit is contained in:
parent
822b85ac36
commit
271c4c5920
|
@ -1,9 +1,6 @@
|
||||||
language: python
|
language: python
|
||||||
cache: pip
|
cache: pip
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
|
||||||
sudo: false
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user