You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by me...@apache.org on 2020/05/19 07:19:55 UTC

[dubbo-spring-boot-project] branch master updated: Remove deprecated sudo setting. (#707)

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

mercyblitz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-spring-boot-project.git


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

commit 35568ff32d3a0fcbbd6b3e14a9f7c0a71b6b08ee
Author: dengliming <li...@gmail.com>
AuthorDate: Tue May 19 15:19:45 2020 +0800

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

diff --git a/.travis.yml b/.travis.yml
index af79f19..e01d1a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,4 @@
 language: java
-sudo: false # faster builds
 
 jdk:
     - openjdk11