We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98790a6 commit cbf84c7Copy full SHA for cbf84c7
.travis.yml
@@ -39,7 +39,7 @@ matrix:
39
40
# Test all modules with scala 2.11
41
- jdk: "oraclejdk7"
42
- env: SPARK_VER="1.6.1" HADOOP_VER="2.3" PROFILE="-Pspark-1.6 -Pr -Phadoop-2.3 -Ppyspark -Psparkr -Pscalding -Pexamples" BUILD_FLAG="package -Dscala-2.11 -Pbuild-distr" TEST_FLAG="verify -Pusing-packaged-distr" TEST_PROJECTS="-Dpython.test.exclude=''"
+ env: SPARK_VER="1.6.1" HADOOP_VER="2.3" PROFILE="-Pspark-1.6 -Pr -Phadoop-2.3 -Ppyspark -Psparkr -Pscalding -Pexamples -Pscala-2.11" BUILD_FLAG="package -Dscala-2.11 -Pbuild-distr" TEST_FLAG="verify -Pusing-packaged-distr" TEST_PROJECTS="-Dpython.test.exclude=''"
43
44
# Test spark module for 1.5.2
45
0 commit comments