Skip to content

Commit

Permalink
Separate Spark 2.4 from Scala 2.12 profile
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed May 31, 2019
1 parent 65c5e75 commit a5fad93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ matrix:
include:
# Covers Spark 2.3.x
- env: SPARK=
# Covers Spark 2.4.x
- env: SPARK=-Pspark-2.4
# Covers Spark 2.4.x + Scala 2.12
- env: SPARK="-Pspark-2.4 -Pscala-2.12"
cache:
directories:
- $HOME/.m2
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,11 @@
<id>spark-2.4</id>
<properties>
<spark.version>2.4.3</spark.version>
</properties>
</profile>
<profile>
<id>scala-2.12</id>
<properties>
<scala.minor.version>2.12</scala.minor.version>
<scala.complete.version>${scala.minor.version}.8</scala.complete.version>
</properties>
Expand Down

0 comments on commit a5fad93

Please sign in to comment.