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 6c1f8a1  HOTFIX TravisCI work
6c1f8a1 is described below

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

    HOTFIX TravisCI work
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index d8bf3cc..56c6247 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -114,7 +114,8 @@ before_install:
 script:
   # - buildtools/change-scala-version.sh $SCALA_VERSION
   # Build Mahout
-  - mvn clean package $PROFILES $STANDARD_BUILD_OPTS -DskipTests -DskipCli
+  # - mvn clean package $PROFILES $STANDARD_BUILD_OPTS -DskipTests -DskipCli
+  - mvn clean package $STANDARD_BUILD_OPTS -DskipTests -DskipCli
   # Start Spark
   - echo $SPARK_BIN
   - wget $SPARK_BIN

Reply via email to