Skip to content

Commit

Permalink
Add tests for Spark 1.4 / 1.5 in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Oct 8, 2015
1 parent 1a35744 commit f75f0a5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ install: mvn ${JAVA} ${SPARK} -DskipTests=true -Dmaven.javadoc.skip=true -B -V i
script: mvn ${JAVA} ${SPARK} ${JACOCO} -Dmaven.javadoc.skip=true -B verify
matrix:
include:
# Covers Java 7, Open JDK, and code coverage
# Covers Java 7, Open JDK, Spark 1.3.x, and code coverage
- jdk: openjdk7
env: JACOCO=-Pjacoco
# Covers Spark 1.4.x
- jdk: openjdk7
env: SPARK=-Dspark.version=1.4.1
# Covers Spark 1.5.x
- jdk: openjdk7
env: SPARK=-Dspark.version=1.5.1
# Covers Java 8, Oracle JDK
- jdk: oraclejdk8
env: JAVA=-Djava.version=1.8
Expand Down

0 comments on commit f75f0a5

Please sign in to comment.