This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 697ec97  Remove deprecated sudo setting on Travis
697ec97 is described below

commit 697ec978104c5b6811923f544392f27df2806723
Author: dengliming <[email protected]>
AuthorDate: Mon Oct 12 15:04:12 2020 +0200

    Remove deprecated sudo setting on Travis
    
    [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"_
    
    Author: dengliming <[email protected]>
    
    Reviewers: Enrico Olivelli <[email protected]>, Andor Molnar 
<[email protected]>
    
    Closes #1351 from dengliming/patch-1
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7f320b9..8fbd931 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,4 @@
 language: java
-sudo: false
 
 matrix:
   include:

Reply via email to