Return-Path: X-Original-To: apmail-mahout-commits-archive@www.apache.org Delivered-To: apmail-mahout-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 0FB42190C2 for ; Tue, 19 Apr 2016 21:01:41 +0000 (UTC) Received: (qmail 91287 invoked by uid 500); 19 Apr 2016 21:01:40 -0000 Delivered-To: apmail-mahout-commits-archive@mahout.apache.org Received: (qmail 91237 invoked by uid 500); 19 Apr 2016 21:01:40 -0000 Mailing-List: contact commits-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mahout.apache.org Delivered-To: mailing list commits@mahout.apache.org Received: (qmail 91228 invoked by uid 99); 19 Apr 2016 21:01:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Apr 2016 21:01:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AA508DFF13; Tue, 19 Apr 2016 21:01:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: smarthi@apache.org To: commits@mahout.apache.org Message-Id: <67d21d5c2c5f4228a721a2cce93883ed@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: mahout git commit: NoJira: Add correct mvn version to travis.yml Date: Tue, 19 Apr 2016 21:01:40 +0000 (UTC) Repository: mahout Updated Branches: refs/heads/master 8e6053398 -> 91df36918 NoJira: Add correct mvn version to travis.yml Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/91df3691 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/91df3691 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/91df3691 Branch: refs/heads/master Commit: 91df36918221dcf6f553c8d51c4dbf4d14180fee Parents: 8e60533 Author: smarthi Authored: Tue Apr 19 17:01:36 2016 -0400 Committer: smarthi Committed: Tue Apr 19 17:01:36 2016 -0400 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/91df3691/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 843fd5d..3c577c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ env: global: JAVA_OPTS=-Xmx2g -before-install: +before_install: - wget https://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip - unzip -qq apache-maven-3.3.9-bin.zip - export M2_HOME=$PWD/apache-maven-3.3.9