Attempting to ask Travis CI to wait more before aborting builds

Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/9fc4ca0c
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/9fc4ca0c
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/9fc4ca0c

Branch: refs/heads/master
Commit: 9fc4ca0c3711cd0f979480494340b0efe7c55651
Parents: 960f8d3
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Wed Apr 26 11:49:57 2017 +0200
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Wed Apr 26 11:50:09 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/9fc4ca0c/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 15d1d45..310bf62 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,10 +27,10 @@ jdk:
 before_install:
   - echo 'MAVEN_OPTS="-Xms512m -Xmx1024m -XX:+TieredCompilation 
-XX:TieredStopAtLevel=1"' >~/.mavenrc
 # default install is mvn install --quiet -DskipTests=true
-install: mvn --show-version --quiet -P all,skipTests
+install: travis_wait mvn --show-version --quiet -P all,skipTests
 script:
   #invoker.streamLogs: we cannot access to log files through Travis web ui, so 
display everything in the console
-  - mvn --show-version --quiet clean install -Dinvoker.streamLogs=true
+  - travis_wait mvn --show-version --quiet clean install 
-Dinvoker.streamLogs=true
 after_failure:
   - cat fit/core-reference/target/log/*
   - cat 
fit/core/reference/target/failsafe-reports/org.apache.syncope.fit.*-output.txt

Reply via email to