Skip to content

Commit 5b32fb5

Browse files
authored
Merge pull request #71 from taynaud/spark2
Add Spark 2.0 to travis
2 parents 20b7633 + 0402252 commit 5b32fb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@ env:
1111
- SPARK_VERSION="1.5.2" PYTHON_VERSION="3.4"
1212
- SPARK_VERSION="1.6.0" PYTHON_VERSION="2.7"
1313
- SPARK_VERSION="1.6.0" PYTHON_VERSION="3.4"
14+
- SPARK_VERSION="2.0.0" PYTHON_VERSION="2.7"
15+
- SPARK_VERSION="2.0.0" PYTHON_VERSION="3.4"
1416

1517
before_install:
1618
- sudo apt-get update
1719
- if [[ "$SPARK_VERSION" == "1.6.0" ]]; then
1820
wget http://d3kbcqa49mib13.cloudfront.net/spark-1.6.0-bin-hadoop2.6.tgz;
1921
elif [[ "$SPARK_VERSION" == "1.5.2" ]]; then
2022
wget http://d3kbcqa49mib13.cloudfront.net/spark-1.5.2-bin-hadoop2.6.tgz;
23+
elif [[ "$SPARK_VERSION" == "2.0.0" ]]; then
24+
wget http://d3kbcqa49mib13.cloudfront.net/spark-2.0.0-bin-hadoop2.6.tgz;
2125
else
2226
wget http://d3kbcqa49mib13.cloudfront.net/spark-1.4.1-bin-hadoop2.6.tgz;
2327
fi

0 commit comments

Comments
 (0)