[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:
cclauss 2019-07-09 23:07:32 +02:00 коммит произвёл Sergey Zubkov
Родитель dc72881cf3
Коммит 622568271a
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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++