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:58:40 UTC

[syncope] branch master updated: Commenting out the 'initialize' stage

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 a49f63a  Commenting out the 'initialize' stage
a49f63a is described below

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

    Commenting out the 'initialize' stage
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 126a382..f64e484 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,9 +44,9 @@ jobs:
     - stage: initialize
       script: mvn --quiet --show-version -T 4 enforcer:enforce
       name: "Verify Platform"
-    - stage: initialize
-      script: mvn -U -T 4 clean dependency:resolve-plugins --quiet -Denforcer.skip=true
-      name: "Warm Up Dependencies"
+    #- stage: initialize
+    #  script: mvn -U -T 4 clean dependency:resolve-plugins --quiet -Denforcer.skip=true
+    #  name: "Warm Up Dependencies"
       #######################################################
     - stage: build
       script: mvn install --quiet -T 4 -P all,skipTests,skipLegalFiles,docker -Dcheckstyle.skip=true -Dmaven.javadoc.skip=true -Denforcer.skip=true