TEZ-3487. Addendum patch 2. Improvements in travis yml file to get builds to work. (Darion Yaphet via hitesh)
(cherry picked from commit f735f48a4b58e6314b12e906f7541551e1bca225) (cherry picked from commit 7911618c2bfe2d9f2350ebde37e057b572861f90) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/ef9ae6c2 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/ef9ae6c2 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/ef9ae6c2 Branch: refs/heads/branch-0.7 Commit: ef9ae6c2c42c06c6e70889cdf71c067b281caddc Parents: 3475f2b Author: Hitesh Shah <[email protected]> Authored: Mon Oct 24 15:04:58 2016 -0700 Committer: Hitesh Shah <[email protected]> Committed: Wed Oct 26 16:19:45 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/ef9ae6c2/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index bc05677..bfc6b34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,6 @@ jdk: before_install: - ./build-tools/install-protobuf.sh -install: - - mvn clean package -DskipTests=true -Dmaven.javadoc.skip=true +script: + - mvn -B clean install package -DskipTests=true -Dmaven.javadoc.skip=true
