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/17 11:18:05 UTC

svn commit: r1468808 - in /syncope/branches/1_1_X: ./ .travis.yml

Author: ilgrosso
Date: Wed Apr 17 09:18:05 2013
New Revision: 1468808

URL: http://svn.apache.org/r1468808
Log:
Merge from 1_0_X

Modified:
    syncope/branches/1_1_X/   (props changed)
    syncope/branches/1_1_X/.travis.yml

Propchange: syncope/branches/1_1_X/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Apr 17 09:18:05 2013
@@ -1,9 +1,5 @@
 target
 .subversion
-.pom.xml.swp
-.CHANGES.swp
-.vi.swp
 .settings
 .project
-.profile.swp
 .travis.yml.swp

Propchange: syncope/branches/1_1_X/
------------------------------------------------------------------------------
  Merged /syncope/branches/1_0_X:r1468798-1468806

Modified: syncope/branches/1_1_X/.travis.yml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/.travis.yml?rev=1468808&r1=1468807&r2=1468808&view=diff
==============================================================================
--- syncope/branches/1_1_X/.travis.yml (original)
+++ syncope/branches/1_1_X/.travis.yml Wed Apr 17 09:18:05 2013
@@ -13,12 +13,15 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-script: mvn clean verify
 language: java
 jdk:
   - openjdk6
+# default install is mvn install --quiet -DskipTests=true
+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 clean install -Dinvoker.streamLogs=true
 branches:
-  except:
+  only:
     - trunk
     - 1_1_X
     - 1_0_X