You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/09/24 06:39:40 UTC

[syncope] branch master updated: Allowing the initialize phase to resolve plugins with download

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b65f448  Allowing the initialize phase to resolve plugins with download
b65f448 is described below

commit b65f4487401fa7d7456d3857d460064c5d6eb7aa
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Sep 24 08:39:30 2019 +0200

    Allowing the initialize phase to resolve plugins with download
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 37f328a..ca41cbc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,7 +45,7 @@ jobs:
       script: mvn --quiet --show-version -T 4 enforcer:enforce
       name: "Verify Platform"
     - stage: initialize
-      script: mvn -T 4 clean dependency:go-offline dependency:resolve-plugins --quiet -Denforcer.skip=true
+      script: mvn -T 4 clean dependency:resolve-plugins --quiet -Denforcer.skip=true
       name: "Warm Up Dependencies"
       #######################################################
     - stage: build
@@ -84,4 +84,4 @@ jobs:
       #####################################################
   after_failure:
     - cat fit/core-reference/target/log/*
-    - cat fit/core-reference/target/failsafe-reports/org.apache.syncope.fit.*-output.txt
\ No newline at end of file
+    - cat fit/core-reference/target/failsafe-reports/org.apache.syncope.fit.*-output.txt