Repository: tez Updated Branches: refs/heads/master 6cf437854 -> cfd265d20
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/master Commit: cfd265d207c05a72a0d197d5bc6d8b33d45dc2b2 Parents: 6cf4378 Author: Sreenath Somarajapuram <[email protected]> Authored: Fri Oct 28 21:16:19 2016 +0530 Committer: Sreenath Somarajapuram <[email protected]> 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 @@ <exclude>src/main/webapp/.jshintrc</exclude> <exclude>src/main/webapp/tests/.jshintrc</exclude> <exclude>src/main/webapp/blueprints/.jshintrc</exclude> - <exclude>src/main/webapp/.travis.yml</exclude> <exclude>src/main/webapp/.watchmanconfig</exclude> <exclude>src/main/webapp/bower.json</exclude> <exclude>src/main/webapp/ember-cli-build.js</exclude> 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
