Skip to content
This repository was archived by the owner on Dec 4, 2019. It is now read-only.

Commit 770484a

Browse files
authored
Add Spark 2.2 to travis build #60
Add Spark 2.2 to travis build
2 parents 3dc69d9 + b6d6252 commit 770484a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ cache:
99
env:
1010
matrix:
1111
- SPARK_VERSION="2.1.1" SPARK_BUILD="spark-$SPARK_VERSION-bin-hadoop2.7" SPARK_BUILD_URL="http://d3kbcqa49mib13.cloudfront.net/$SPARK_BUILD.tgz"
12+
- SPARK_VERSION="2.2.0" SPARK_BUILD="spark-$SPARK_VERSION-bin-hadoop2.7" SPARK_BUILD_URL="http://d3kbcqa49mib13.cloudfront.net/$SPARK_BUILD.tgz"
1213

1314
before_install:
1415
- ./bin/download_travis_dependencies.sh

0 commit comments

Comments
 (0)