TEZ-3487. Addendum patch 2. Improvements in travis yml file to get builds to work. (Darion Yaphet via hitesh)
(cherry picked from commit f735f48a4b58e6314b12e906f7541551e1bca225) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/7911618c Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/7911618c Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/7911618c Branch: refs/heads/branch-0.8 Commit: 7911618c2bfe2d9f2350ebde37e057b572861f90 Parents: 3074901 Author: Hitesh Shah <[email protected]> Authored: Mon Oct 24 15:04:58 2016 -0700 Committer: Hitesh Shah <[email protected]> Committed: Wed Oct 26 16:15:41 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/7911618c/.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
