Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9B7A5200BD3 for ; Tue, 6 Dec 2016 18:06:36 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9A40C160B2A; Tue, 6 Dec 2016 17:06:36 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2DCF1160B2F for ; Tue, 6 Dec 2016 18:06:35 +0100 (CET) Received: (qmail 66457 invoked by uid 500); 6 Dec 2016 17:06:34 -0000 Mailing-List: contact commits-help@tez.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.apache.org Delivered-To: mailing list commits@tez.apache.org Received: (qmail 65199 invoked by uid 99); 6 Dec 2016 17:06:33 -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, 06 Dec 2016 17:06:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3906CF17FE; Tue, 6 Dec 2016 17:06:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jeagles@apache.org To: commits@tez.apache.org Date: Tue, 06 Dec 2016 17:06:56 -0000 Message-Id: In-Reply-To: <1e58e745d6be419abfba4578bc4073fe@git.apache.org> References: <1e58e745d6be419abfba4578bc4073fe@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [25/50] [abbrv] tez git commit: TEZ-3484. Tez UI: Remove .travis.yml from webapp folder (sree) archived-at: Tue, 06 Dec 2016 17:06:36 -0000 TEZ-3484. Tez UI: Remove .travis.yml from webapp folder (sree) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/cfd265d2 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/cfd265d2 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/cfd265d2 Branch: refs/heads/TEZ-3334 Commit: cfd265d207c05a72a0d197d5bc6d8b33d45dc2b2 Parents: 6cf4378 Author: Sreenath Somarajapuram Authored: Fri Oct 28 21:16:19 2016 +0530 Committer: Sreenath Somarajapuram Committed: Fri Oct 28 21:16:19 2016 +0530 ---------------------------------------------------------------------- CHANGES.txt | 1 + tez-ui/pom.xml | 1 - tez-ui/src/main/webapp/.travis.yml | 23 ----------------------- 3 files changed, 1 insertion(+), 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/cfd265d2/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index b9ba195..970700b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -126,6 +126,7 @@ ALL CHANGES: TEZ-3428. Tez UI: First Tab not needed for few entries in DAG listings TEZ-3469. Tez UI: Bump Phantom JS version to 2.1.1 TEZ-3419. Tez UI: Applications page shows error, for users with only DAG level ACL permission + TEZ-3484. Tez UI: Remove .travis.yml from webapp folder Release 0.8.5: Unreleased http://git-wip-us.apache.org/repos/asf/tez/blob/cfd265d2/tez-ui/pom.xml ---------------------------------------------------------------------- diff --git a/tez-ui/pom.xml b/tez-ui/pom.xml index 58b9c17..49749c6 100644 --- a/tez-ui/pom.xml +++ b/tez-ui/pom.xml @@ -89,7 +89,6 @@ src/main/webapp/.jshintrc src/main/webapp/tests/.jshintrc src/main/webapp/blueprints/.jshintrc - src/main/webapp/.travis.yml src/main/webapp/.watchmanconfig src/main/webapp/bower.json src/main/webapp/ember-cli-build.js http://git-wip-us.apache.org/repos/asf/tez/blob/cfd265d2/tez-ui/src/main/webapp/.travis.yml ---------------------------------------------------------------------- diff --git a/tez-ui/src/main/webapp/.travis.yml b/tez-ui/src/main/webapp/.travis.yml deleted file mode 100644 index 66dd107..0000000 --- a/tez-ui/src/main/webapp/.travis.yml +++ /dev/null @@ -1,23 +0,0 @@ ---- -language: node_js -node_js: - - "0.12" - -sudo: false - -cache: - directories: - - node_modules - -before_install: - - export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH - - "npm config set spin false" - - "npm install -g npm@^2" - -install: - - npm install -g bower - - npm install - - bower install - -script: - - npm test