You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by eo...@apache.org on 2020/10/12 13:04:37 UTC

[zookeeper] branch master updated: Remove deprecated sudo setting on Travis

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 <li...@gmail.com>
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 <li...@gmail.com>
    
    Reviewers: Enrico Olivelli <eo...@apache.org>, Andor Molnar <an...@apache.org>
    
    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: