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 aa26f69 HOTFIX Forgot closing quote
aa26f69 is described below
commit aa26f695a6ef1923b710ddf8b7c48aafef618796
Author: Trevor Grant <[email protected]>
AuthorDate: Sat Jan 12 09:09:53 2019 -0600
HOTFIX Forgot closing quote
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 56c6247..7e19aac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,7 +45,7 @@ matrix:
include:
# Default Build: Spark 2.3.0, Scala 2.11
- jdk: "openjdk7"
- env: PROFILES="${PROFILES} SPARK_BIN=$SPARK_2_3 SCALA_VERSION="2.11"
+ env: PROFILES="${PROFILES}" SPARK_BIN=$SPARK_2_3 SCALA_VERSION="2.11"
# Build Spark 1.6.3 , Scala 2.10
#- jdk: "openjdk7"