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:11:25 UTC

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

Author: ilgrosso
Date: Tue Apr  9 13:11:25 2013
New Revision: 1466016

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

Added:
    syncope/branches/1_1_X/.travis.yml
      - copied, changed from r1466015, syncope/branches/1_0_X/.travis.yml
Modified:
    syncope/branches/1_1_X/   (props changed)

Propchange: syncope/branches/1_1_X/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Apr  9 13:11:25 2013
@@ -6,3 +6,4 @@ target
 .settings
 .project
 .profile.swp
+.travis.yml.swp

Propchange: syncope/branches/1_1_X/
------------------------------------------------------------------------------
  Merged /syncope/branches/1_0_X:r1465966-1466015

Copied: syncope/branches/1_1_X/.travis.yml (from r1466015, syncope/branches/1_0_X/.travis.yml)
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/.travis.yml?p2=syncope/branches/1_1_X/.travis.yml&p1=syncope/branches/1_0_X/.travis.yml&r1=1466015&r2=1466016&rev=1466016&view=diff
==============================================================================
--- syncope/branches/1_0_X/.travis.yml (original)
+++ syncope/branches/1_1_X/.travis.yml Tue Apr  9 13:11:25 2013
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-script: mvn -Pall clean verify
+script: mvn clean verify
 language: java
 jdk:
   - openjdk6