You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ta...@apache.org on 2020/09/25 09:29:30 UTC

[deltaspike] branch master updated: Remove deprecated sudo setting.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9a5243a  Remove deprecated sudo setting.
     new 4153652  Merge pull request #107 from dengliming/patch-1
9a5243a is described below

commit 9a5243a73f8c14c67eb90fba69214dc9bf1c91d2
Author: dengliming <li...@gmail.com>
AuthorDate: Wed May 13 00:42:53 2020 +0800

    Remove deprecated sudo setting.
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 63ab5f9..0cd874f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,4 @@
 language: java
-sudo: false
 dist: trusty
 cache:
   directories:
@@ -105,4 +104,4 @@ matrix:
       jdk: oraclejdk8
 # Fails because it thinks an alternative is not a proper alternative?
     - env: PROFILES=Weld2
-      jdk: oraclejdk8
\ No newline at end of file
+      jdk: oraclejdk8