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 <liming.d....@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