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 5122dbe  HOTFIX - Comment out change-scala-version.sh and Ptravis
5122dbe is described below

commit 5122dbe38fee2ee6e3ac617c8b447f38fcfca9a0
Author: Trevor Grant <[email protected]>
AuthorDate: Sat Jan 12 09:04:05 2019 -0600

    HOTFIX - Comment out change-scala-version.sh and Ptravis
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f995255..d8bf3cc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,7 +34,7 @@ env:
     - JAVA_OPTS=-Xmx3g
     - TEST_MODULES="core,engine"
     - STANDARD_BUILD_OPTS="-Dmaven.javadoc.skip=true -B -V"
-    - PROFILES="-Ptravis"
+    - PROFILES="" # "-Ptravis"
     - 
SPARK_1_6=http://d3kbcqa49mib13.cloudfront.net/spark-1.6.3-bin-hadoop2.6.tgz
     - 
SPARK_2_0=http://d3kbcqa49mib13.cloudfront.net/spark-2.0.2-bin-hadoop2.7.tgz
     - 
SPARK_2_1=http://d3kbcqa49mib13.cloudfront.net/spark-2.1.0-bin-hadoop2.7.tgz
@@ -112,7 +112,7 @@ before_install:
 
 
 script:
-  - buildtools/change-scala-version.sh $SCALA_VERSION
+  # - buildtools/change-scala-version.sh $SCALA_VERSION
   # Build Mahout
   - mvn clean package $PROFILES $STANDARD_BUILD_OPTS -DskipTests -DskipCli
   # Start Spark

Reply via email to