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_"
pull/1481/head
cclauss 2019-07-09 23:07:32 +02:00 committed by Sergey Zubkov
parent dc72881cf3
commit 622568271a
1 changed files with 0 additions and 3 deletions

View File

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