mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove the deprecated sudo tag from .travis.yml
As discussed in #545, [Travis are now recommending removing the __sudo__ tag](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration). Mention of the __sudo:__ tag has been removed from all Travis docs because the sudo command is now _always_ available and there is no way to turn it off.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
# Test
|
||||
sudo: required
|
||||
language: c++
|
||||
compiler: gcc
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user