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:24 UTC

[syncope] branch 2_0_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_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_0_X by this push:
     new 0be2098  Attempt to get longer builds on Travis CI
0be2098 is described below

commit 0be209839f34c441cfbdf29436c0a73a2b23d3e5
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Dec 24 08:52:10 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 8bdd956..beca64c 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
+  - 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