mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Travis CI: The sudo tag is now deprecated
__sudo: required__ no longer is... [Travis are now recommending removing the __sudo__ tag](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration). "_If you currently specify __sudo:__ in your __.travis.yml__, we recommend removing that configuration_"
This commit is contained in:
parent
5a86ba08f4
commit
dc83cac5b4
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
language: python
|
||||
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
|
||||
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
|
||||
python: "3.7"
|
||||
cache: pip
|
||||
|
|
Loading…
Add table
Reference in a new issue