Skip to content

Commit c7edbf9

Browse files
committed
Add -Pscalding build option to .travis.yml
1 parent 1cd08ab commit c7edbf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ before_install:
2222
- "sh -e /etc/init.d/xvfb start"
2323

2424
install:
25-
- mvn package -DskipTests -Pspark-1.5 -Phadoop-2.3 -Ppyspark -B
25+
- mvn package -DskipTests -Pspark-1.5 -Phadoop-2.3 -Ppyspark -Pscalding -B
2626

2727
before_script:
2828
-
2929

3030
script:
3131
# spark 1.5
32-
- mvn package -Pbuild-distr -Pspark-1.5 -Phadoop-2.3 -Ppyspark -B
32+
- mvn package -Pbuild-distr -Pspark-1.5 -Phadoop-2.3 -Ppyspark -Pscalding -B
3333
- ./testing/startSparkCluster.sh 1.5.2 2.3
3434
- echo "export SPARK_HOME=`pwd`/spark-1.5.2-bin-hadoop2.3" > conf/zeppelin-env.sh
35-
- mvn verify -Pusing-packaged-distr -Pspark-1.5 -Phadoop-2.3 -Ppyspark -B
35+
- mvn verify -Pusing-packaged-distr -Pspark-1.5 -Phadoop-2.3 -Ppyspark -Pscalding -B
3636
- ./testing/stopSparkCluster.sh 1.5.2 2.3
3737
# spark 1.4
3838
- rm -rf `pwd`/interpreter/spark

0 commit comments

Comments
 (0)