You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by je...@apache.org on 2020/12/11 05:14:39 UTC

[tez] branch branch-0.9 updated: TEZ-4258. Fix travisci build

This is an automated email from the ASF dual-hosted git repository.

jeagles pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 2131722  TEZ-4258. Fix travisci build
2131722 is described below

commit 213172213015055d10f42b0b1eb2a57b7ee1f352
Author: Lewis John McGibbney <le...@gmail.com>
AuthorDate: Thu Dec 10 23:13:01 2020 -0600

    TEZ-4258. Fix travisci build
    
    Signed-off-by: Jonathan Eagles <je...@apache.org>
    (cherry picked from commit 1f1a177ef70b6e4fba514a02e027fe3b071117e4)
---
 .travis.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index bfc6b34..0437531 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,12 +20,10 @@ sudo: required
 
 env: MAVEN_OPTS="-Xmx2G -XX:MaxPermSize=512M"
 
-jdk:
-  - oraclejdk8
-
 before_install:
   - ./build-tools/install-protobuf.sh
 
 script:
+  - jdk_switcher use oraclejdk8
   - mvn -B clean install package -DskipTests=true -Dmaven.javadoc.skip=true