You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by hi...@apache.org on 2016/10/24 22:06:34 UTC

tez git commit: TEZ-3487. Addendum patch 2. Improvements in travis yml file to get builds to work. (Darion Yaphet via hitesh)

Repository: tez
Updated Branches:
  refs/heads/master b92dda867 -> f735f48a4


TEZ-3487. Addendum patch 2. Improvements in travis yml file to get builds to work. (Darion Yaphet via hitesh)


Project: http://git-wip-us.apache.org/repos/asf/tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/f735f48a
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/f735f48a
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/f735f48a

Branch: refs/heads/master
Commit: f735f48a4b58e6314b12e906f7541551e1bca225
Parents: b92dda8
Author: Hitesh Shah <hi...@apache.org>
Authored: Mon Oct 24 15:04:58 2016 -0700
Committer: Hitesh Shah <hi...@apache.org>
Committed: Mon Oct 24 15:04:58 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/f735f48a/.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