Repository: tez Updated Branches: refs/heads/master ed0361124 -> a1563eff7
TEZ-3483. Create basic travis yml file for Tez. (hitesh) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/a1563eff Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/a1563eff Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/a1563eff Branch: refs/heads/master Commit: a1563eff7aafb3de32a00f76f82c2952765c6762 Parents: ed03611 Author: Hitesh Shah <[email protected]> Authored: Thu Oct 20 19:32:03 2016 -0700 Committer: Hitesh Shah <[email protected]> Committed: Thu Oct 20 19:32:03 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 1 + CHANGES.txt | 1 + pom.xml | 1 + 3 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/a1563eff/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..dff5f3a --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: java http://git-wip-us.apache.org/repos/asf/tez/blob/a1563eff/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index f2e362b..dabc704 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,7 @@ INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-3483. Create basic travis yml file for Tez. TEZ-3452. Auto-reduce parallelism calculation can overflow with large inputs TEZ-3439. Tez joinvalidate fails when first input argument size is bigger than the second. TEZ-3430. Make split sorting optional. http://git-wip-us.apache.org/repos/asf/tez/blob/a1563eff/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 369767f..09b5ed3 100644 --- a/pom.xml +++ b/pom.xml @@ -820,6 +820,7 @@ <!-- To make developer life easy. Source wont have these files --> <exclude>**/*.diff</exclude> <exclude>*.patch</exclude> + <exclude>*.travis.yml</exclude> <!-- .png files constitute images required for documentation. .pptx contain the sources for images --> <exclude>**/*.png</exclude> <exclude>**/*.pptx</exclude>
