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 2013/04/23 16:40:59 UTC

svn commit: r1470983 - /syncope/branches/1_0_X/.travis.yml

Author: ilgrosso
Date: Tue Apr 23 14:40:58 2013
New Revision: 1470983

URL: http://svn.apache.org/r1470983
Log:
Removing branches white list to try to trigger builds on every active branch

Modified:
    syncope/branches/1_0_X/.travis.yml

Modified: syncope/branches/1_0_X/.travis.yml
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/.travis.yml?rev=1470983&r1=1470982&r2=1470983&view=diff
==============================================================================
--- syncope/branches/1_0_X/.travis.yml (original)
+++ syncope/branches/1_0_X/.travis.yml Tue Apr 23 14:40:58 2013
@@ -20,11 +20,6 @@ jdk:
 install: mvn --show-version --errors -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 -P all clean install -Dinvoker.streamLogs=true
-branches:
-  only:
-    - trunk
-    - 1_1_X
-    - 1_0_X
 notifications:
   email:
     - dev@syncope.apache.org