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 D6462C6A4 for ; Mon, 5 Jan 2015 13:34:06 +0000 (UTC) Received: (qmail 83039 invoked by uid 500); 5 Jan 2015 13:34:07 -0000 Delivered-To: apmail-syncope-commits-archive@syncope.apache.org Received: (qmail 82964 invoked by uid 500); 5 Jan 2015 13:34:07 -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 82052 invoked by uid 99); 5 Jan 2015 13:34:07 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jan 2015 13:34:07 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 25F0FA3F79C; Mon, 5 Jan 2015 13:34:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ilgrosso@apache.org To: commits@syncope.apache.org Date: Mon, 05 Jan 2015 13:34:31 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [26/53] [abbrv] syncope git commit: Restoring default travis.xml Restoring default travis.xml Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/b2ba422f Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/b2ba422f Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/b2ba422f Branch: refs/heads/master Commit: b2ba422f21b0998731bff084d71f908b0e4dc5f3 Parents: 7aa0db3 Author: giacomolm Authored: Tue Dec 23 12:34:12 2014 +0100 Committer: giacomolm Committed: Tue Dec 23 12:34:12 2014 +0100 ---------------------------------------------------------------------- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/b2ba422f/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 1eeba36..e9245f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,23 +1,24 @@ # Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with +# 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 +# the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# 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. + language: java jdk: -- openjdk6 + - openjdk6 # default install is mvn install --quiet -DskipTests=true install: mvn --show-version --quiet -P skipTests #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: -webhooks: http://rovere.tirasa.net/cgi-bin/travis.cgi + webhooks: http://rovere.tirasa.net/cgi-bin/travis.cgi