You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by do...@apache.org on 2020/07/16 03:08:22 UTC

[reef] branch master updated: [TRIVIAL] Remove deprecated sudo setting

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1d90218  [TRIVIAL] Remove deprecated sudo setting
1d90218 is described below

commit 1d90218e15c19f22ae0f025ddbe003ba13f6fc13
Author: dengliming <li...@gmail.com>
AuthorDate: Thu Jul 16 11:08:14 2020 +0800

    [TRIVIAL] Remove deprecated sudo setting
    
    [Travis are now recommending removing the sudo tag.](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration)
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7eb275a..bdcbfd1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-sudo: false
 dist: trusty
 
 language: java