Skip to content

Commit

Permalink
Add Java setup for master builds to allow spark tests to executed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mansenfranzen committed Jun 22, 2019
1 parent 0006a1e commit 1e3bbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/travis_java_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# selected as language. Ubuntu 14.04 does not work due to missing python 3.7
# support on TravisCI which does have Java 8 as default.

if [[ $ENV_STRING == *"spark"* ]]; then
if [[ $ENV_STRING == *"spark"* ]] || [[ $ENV_STRING == *"master"* ]]; then
# show current JAVA_HOME and java version
echo "Current JAVA_HOME: $JAVA_HOME"
echo "Current java -version:"
Expand Down

0 comments on commit 1e3bbc9

Please sign in to comment.