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 2017/04/26 09:50:20 UTC

[1/2] syncope git commit: Attempting to ask Travis CI to wait more before aborting builds

Repository: syncope
Updated Branches:
  refs/heads/2_0_X 2b36b2950 -> 1c811f25c
  refs/heads/master 960f8d37c -> 9fc4ca0c3


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/1c811f25
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/1c811f25
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/1c811f25

Branch: refs/heads/2_0_X
Commit: 1c811f25c52ed255866696a8bc824dd369dfdd65
Parents: 2b36b29
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Wed Apr 26 11:49:57 2017 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Wed Apr 26 11:49:57 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/1c811f25/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index b9c0cea..55f25b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,10 +23,10 @@ jdk:
 before_install:
   - echo 'MAVEN_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m"' >~/.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


[2/2] syncope git commit: Attempting to ask Travis CI to wait more before aborting builds

Posted by il...@apache.org.
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� <il...@apache.org>
Authored: Wed Apr 26 11:49:57 2017 +0200
Committer: Francesco Chicchiricc� <il...@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