You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/05/12 18:27:01 UTC

[commons-cli] branch master updated: Remove deprecated sudo setting. (#36)

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new c3c88e4  Remove deprecated sudo setting. (#36)
c3c88e4 is described below

commit c3c88e4058e427ac066f3bd407001f84bdd07673
Author: dengliming <li...@gmail.com>
AuthorDate: Wed May 13 02:26:55 2020 +0800

    Remove deprecated sudo setting. (#36)
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 755e5d8..0a9407a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,6 @@
 # limitations under the License.
 
 language: java
-sudo: false
 
 jdk:
   - openjdk8