Return-Path: X-Original-To: apmail-syncope-commits-archive@www.apache.org Delivered-To: apmail-syncope-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BBF7F1134E for ; Wed, 3 Sep 2014 14:57:29 +0000 (UTC) Received: (qmail 43299 invoked by uid 500); 3 Sep 2014 14:25:52 -0000 Delivered-To: apmail-syncope-commits-archive@syncope.apache.org Received: (qmail 26123 invoked by uid 500); 3 Sep 2014 14:25:43 -0000 Mailing-List: contact commits-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list commits@syncope.apache.org Received: (qmail 1739 invoked by uid 99); 3 Sep 2014 14:13:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Sep 2014 14:13:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Sep 2014 14:13:06 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A9F40238890D; Wed, 3 Sep 2014 14:12:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1622266 - in /syncope/branches/1_2_X: ./ .travis.yml Date: Wed, 03 Sep 2014 14:12:46 -0000 To: commits@syncope.apache.org From: ilgrosso@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140903141246.A9F40238890D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ilgrosso Date: Wed Sep 3 14:12:46 2014 New Revision: 1622266 URL: http://svn.apache.org/r1622266 Log: Using Jukka's hint for webhooks notifications Modified: syncope/branches/1_2_X/ (props changed) syncope/branches/1_2_X/.travis.yml Propchange: syncope/branches/1_2_X/ ------------------------------------------------------------------------------ Merged /syncope/branches/1_1_X:r1622180-1622265 Modified: syncope/branches/1_2_X/.travis.yml URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/.travis.yml?rev=1622266&r1=1622265&r2=1622266&view=diff ============================================================================== --- syncope/branches/1_2_X/.travis.yml (original) +++ syncope/branches/1_2_X/.travis.yml Wed Sep 3 14:12:46 2014 @@ -21,5 +21,4 @@ install: mvn --show-version --quiet -P s #invoker.streamLogs: we cannot access to log files through Travis web ui, so display everything in the console script: mvn --show-version --quiet clean install -Dinvoker.streamLogs=true notifications: - email: - - syncope.travis@gmail.com + webhooks: http://rovere.tirasa.net/cgi-bin/travis.cgi