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 2018/12/24 07:52:23 UTC

[syncope] branch 2_1_X updated: Attempt to get longer builds on 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 8944569  Attempt to get longer builds on Travis CI
8944569 is described below

commit 894456978940ddcdac9c4f551cb6227a5d4a9c21
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Dec 24 08:51:54 2018 +0100

    Attempt to get longer builds on Travis CI
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 4ada81c..1627f13 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,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
+  - travis_wait 120 mvn --show-version verify -Dinvoker.streamLogs=true
 after_failure:
   - cat target/log/*
   - cat target/failsafe-reports/org.apache.syncope.fit.*-output.txt