This is an automated email from the ASF dual-hosted git repository.
jeagles pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git
The following commit(s) were added to refs/heads/master by this push:
new 1f1a177 TEZ-4258. Fix travisci build
1f1a177 is described below
commit 1f1a177ef70b6e4fba514a02e027fe3b071117e4
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Thu Dec 10 23:13:01 2020 -0600
TEZ-4258. Fix travisci build
Signed-off-by: Jonathan Eagles <[email protected]>
---
.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