-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update some deps; add Scala 2.11 build
- Loading branch information
Showing
4 changed files
with
25 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
language: java | ||
install: mvn ${SPARK_VERSION} -DskipTests=true -Dmaven.javadoc.skip=true -B -V install | ||
script: mvn ${SPARK_VERSION} -Dmaven.javadoc.skip=true -q -B verify | ||
install: mvn ${SPARK_VERSION} ${JAVA_VERSION} ${SCALA_PROFILE} -Dmaven.javadoc.skip=true -DskipTests=true -B -V install | ||
script: mvn ${SPARK_VERSION} ${JAVA_VERSION} ${SCALA_PROFILE} -Dmaven.javadoc.skip=true -q -B verify | ||
matrix: | ||
include: | ||
# Covers Java 7, Open JDK, and Spark 1.2 | ||
# Covers Java 7, Open JDK, and Spark 1.2.1 | ||
- jdk: openjdk7 | ||
# Covert Java 8, Oracle JDK, and Spark 1.3 (for now) | ||
# Covers Java 8, Oracle JDK, and Spark 1.3 (for now) | ||
- jdk: oraclejdk8 | ||
env: SPARK_VERSION=-Dspark.version=1.3.0 | ||
env: SPARK_VERSION=-Dspark.version=1.3.0 JAVA_VERSION=-Djava.version=1.8 | ||
# Covers Scala 2.11 | ||
- jdk: oraclejdk7 | ||
env: SCALA_PROFILE=-Pscala-2.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters