You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ak...@apache.org on 2019/01/11 19:57:58 UTC

[mahout] branch master updated: NOJIRA: Removing all travis profiles but one, for Spark 1.6 and Scala 2.10.

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

akm 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 b4ddcd0  NOJIRA: Removing all travis profiles but one, for Spark 1.6 and Scala 2.10.
b4ddcd0 is described below

commit b4ddcd082589b3a452b5ffc5824e2befd01b4994
Author: Andrew Musselman <ak...@apache.org>
AuthorDate: Fri Jan 11 11:51:51 2019 -0800

    NOJIRA: Removing all travis profiles but one, for Spark 1.6 and Scala 2.10.
---
 .travis.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 06c978e..14d7834 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,12 +55,12 @@ matrix:
     #  env: PROFILES="${PROFILES} -Pspark-2.1 -Pscala-2.11" SPARK_BIN=$SPARK_2_1 SCALA_VERSION="2.11"
 
     # Build Spark 1.6.3 , Scala 2.10, ViennaCL
-    #- jdk: "openjdk7"
-    #  env: PROFILES="${PROFILES} -Pscala-2.10 -Pviennacl" SPARK_BIN=$SPARK_1_6 SCALA_VERSION="2.10"
+    - jdk: "openjdk7"
+      env: PROFILES="${PROFILES} -Pscala-2.10 -Pviennacl" SPARK_BIN=$SPARK_1_6 SCALA_VERSION="2.10"
 
     # Build Spark 2.0.2 , Scala 2.11, ViennaCL - replace -D... with profiles when available
-    - jdk: "openjdk7"
-      env: PROFILES="${PROFILES} -Pspark-2.0 -Pscala-2.11 -Pviennacl" SPARK_BIN=$SPARK_2_0 SCALA_VERSION="2.11"
+    #- jdk: "openjdk7"
+    #  env: PROFILES="${PROFILES} -Pspark-2.0 -Pscala-2.11 -Pviennacl" SPARK_BIN=$SPARK_2_0 SCALA_VERSION="2.11"
 
     # Build Spark 2.1.0 , Scala 2.11, ViennaCL - replace -D... with profiles when available
     #- jdk: "openjdk7"