Travis CI: (#1469)
[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: false__ in your __.travis.yml__, we recommend removing that configuration_"
This commit is contained in:
Родитель
dc72881cf3
Коммит
622568271a
|
@ -1,8 +1,5 @@
|
|||
# This is the configuration for Travis CI, a free github-integrated service that runs this script for each pull request (if configured)
|
||||
|
||||
# Be nice to travis, allow docker builds, must not use sudo below
|
||||
sudo: false
|
||||
|
||||
# provides gcc, clang, make, scons, cmake
|
||||
language: c++
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче