Author: ilgrosso
Date: Sat Aug 23 05:18:58 2014
New Revision: 1619966
URL: http://svn.apache.org/r1619966
Log:
Trying to reduce Travis logging thus avoiding false negatives
Modified:
syncope/branches/1_2_X/.travis.yml
Modified: syncope/branches/1_2_X/.travis.yml
URL:
http://svn.apache.org/viewvc/syncope/branches/1_2_X/.travis.yml?rev=1619966&r1=1619965&r2=1619966&view=diff
==============================================================================
--- syncope/branches/1_2_X/.travis.yml (original)
+++ syncope/branches/1_2_X/.travis.yml Sat Aug 23 05:18:58 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]