Skip to content

Commit

Permalink
Test vs Spark 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Dec 7, 2018
1 parent 8e6b098 commit 217f5b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ matrix:
- env: SPARK=-Pspark-2.2
# Covers Spark 2.3.x
- env: SPARK=-Pspark-2.3
# Covers Spark 2.4.x
- env: SPARK=-Pspark-2.4
cache:
directories:
- $HOME/.m2
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,13 @@
<profile>
<id>spark-2.3</id>
<properties>
<spark.version>2.3.1</spark.version>
<spark.version>2.3.2</spark.version>
</properties>
</profile>
<profile>
<id>spark-2.4</id>
<properties>
<spark.version>2.4.0</spark.version>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit 217f5b3

Please sign in to comment.