Author: ilgrosso
Date: Sat Aug 23 05:40:13 2014
New Revision: 1619969

URL: http://svn.apache.org/r1619969
Log:
Merge from 1_2_X

Modified:
    syncope/trunk/   (props changed)
    syncope/trunk/.travis.yml

Propchange: syncope/trunk/
------------------------------------------------------------------------------
  Merged /syncope/branches/1_2_X:r1618615-1619966

Modified: syncope/trunk/.travis.yml
URL: 
http://svn.apache.org/viewvc/syncope/trunk/.travis.yml?rev=1619969&r1=1619968&r2=1619969&view=diff
==============================================================================
--- syncope/trunk/.travis.yml (original)
+++ syncope/trunk/.travis.yml Sat Aug 23 05:40:13 2014
@@ -17,9 +17,9 @@ language: java
 jdk:
   - openjdk6
 # default install is mvn install --quiet -DskipTests=true
-install: mvn --show-version --errors -P skipTests
+install: mvn --show-version --quiet -P skipTests
 #invoker.streamLogs: we cannot access to log files through Travis web ui, so 
display everything in the console
-script: mvn --show-version --errors clean install -Dinvoker.streamLogs=true
+script: mvn --show-version --quiet clean install -Dinvoker.streamLogs=true
 notifications:
   email:
     - [email protected]


Reply via email to