You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by md...@apache.org on 2015/08/18 17:48:05 UTC

[3/6] syncope git commit: Travis: removing Maven parallel options

Travis: removing Maven parallel options


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

Branch: refs/heads/SYNCOPE-156
Commit: e41e5018b25a44c3e1794c665355af813f1df8c4
Parents: 8806176
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Aug 17 13:43:07 2015 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Aug 17 13:43:07 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/e41e5018/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index b46adc1..fe9b45b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,11 +20,11 @@ language: java
 jdk:
   - openjdk7
 # default install is mvn install --quiet -DskipTests=true
-install: mvn --show-version --quiet -T 1C -P all,skipTests
+install: mvn --show-version --quiet -P all,skipTests
 #invoker.streamLogs: we cannot access to log files through Travis web ui, so display everything in the console
 script:
   - sudo rm /etc/mavenrc
   - export MAVEN_OPTS="-Xmx2469m -XX:MaxPermSize=512m -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
-  - mvn --show-version --quiet -T 1C clean install -Dinvoker.streamLogs=true
+  - mvn --show-version --quiet clean install -Dinvoker.streamLogs=true
 notifications:
   webhooks: http://rovere.tirasa.net/cgi-bin/travis.cgi