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

rawkintrevo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/master by this push:
     new af6066f  HOTFIX Bump test profile to JDK8
af6066f is described below

commit af6066f4b0fd2e932dd2352ac58da880a053e4d3
Author: Trevor Grant <[email protected]>
AuthorDate: Sat Jan 12 09:18:11 2019 -0600

    HOTFIX Bump test profile to JDK8
    
    This is a later spark that requires JDK8 (or a custom 1.7 compile)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7e19aac..fe6a242 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,7 +44,7 @@ env:
 matrix:
   include:
     # Default Build: Spark 2.3.0, Scala 2.11
-    - jdk: "openjdk7"
+    - jdk: "openjdk8"
       env: PROFILES="${PROFILES}" SPARK_BIN=$SPARK_2_3 SCALA_VERSION="2.11"
       
     # Build Spark 1.6.3 , Scala 2.10

Reply via email to