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/09 15:10:37 UTC

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

Author: ilgrosso
Date: Tue Apr  9 13:10:37 2013
New Revision: 1466015

URL: http://svn.apache.org/r1466015
Log:
Try to enable Travis CI (via github mirroring)

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

Added: syncope/branches/1_0_X/.travis.yml
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/.travis.yml?rev=1466015&view=auto
==============================================================================
--- syncope/branches/1_0_X/.travis.yml (added)
+++ syncope/branches/1_0_X/.travis.yml Tue Apr  9 13:10:37 2013
@@ -0,0 +1,27 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+script: mvn -Pall clean verify
+language: java
+jdk:
+  - openjdk6
+branches:
+  except:
+    - trunk
+    - 1_1_X
+    - 1_0_X
+notifications:
+  email:
+    - dev@syncope.apache.org