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/12/11 12:36:32 UTC

[syncope] branch 2_1_X updated: Enabling Console tests for Travis CI

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

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


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 32824df  Enabling Console tests for Travis CI
32824df is described below

commit 32824df6ebbcbd57e3a283a23fc8d716da6c9b2f
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Dec 11 13:36:19 2019 +0100

    Enabling Console tests for Travis CI
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 6d61dbc..7017771 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ before_script:
   - cd fit/core-reference
 script:
   # invoker.streamLogs: we cannot access to log files through Travis web ui, so display everything in the console
-  - mvn --show-version verify -Dinvoker.streamLogs=true
+  - mvn --show-version -Pfull-it,all verify -Dinvoker.streamLogs=true
 after_failure:
   - cat target/log/*
   - cat target/failsafe-reports/org.apache.syncope.fit.*-output.txt