gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Thu Aug 15 18:39:44 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/e4de6a31 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/77baba2c (commit)
	from  https://github.com/Gnucash/gnucash/commit/8eb3819a (commit)



commit e4de6a31980372cf880c65568f352e574331f9e1
Merge: 8eb3819a3 77baba2c5
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Aug 15 15:38:18 2019 -0700

    Merge Christian Clauss's Travis-CI yaml fix into maint.


commit 77baba2c5e2bef3f56250643fced4dfe284e022a
Author: Christian Clauss <cclauss at me.com>
Date:   Thu Aug 1 21:11:48 2019 +0200

    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.

diff --git a/.travis.yml b/.travis.yml
index 31c025abb..a0945da96 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,4 @@
 # Test
-sudo: required
 language: c++
 compiler: gcc
 env:



Summary of changes:
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)



More information about the gnucash-changes mailing list