Repository: zeppelin Updated Branches: refs/heads/master 40cfc5a40 -> 2696930ed
[MINOR] Make scala version definition consistent in Travis.CI configuration ### What is this PR for? Minor cleanup to make scala version definition consistent in the Travis.CI configuration ### What type of PR is it? [Bug Fix] Author: Luciano Resende <[email protected]> Closes #1220 from lresende/travis and squashes the following commits: 91c1fc0 [Luciano Resende] [MINOR] Make scala version profiles consistent Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/2696930e Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/2696930e Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/2696930e Branch: refs/heads/master Commit: 2696930ed381eb522fa92ae8b09d28e4d4889d40 Parents: 40cfc5a Author: Luciano Resende <[email protected]> Authored: Fri Jul 22 07:02:03 2016 -0700 Committer: Mina Lee <[email protected]> Committed: Fri Jul 29 15:34:31 2016 +0900 ---------------------------------------------------------------------- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/2696930e/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 1656f4b..0af97b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ matrix: # Test all modules with scala 2.10 - jdk: "oraclejdk7" - env: SCALA_VER="2.10" SPARK_VER="1.6.1" HADOOP_VER="2.3" PROFILE="-Pspark-1.6 -Pr -Phadoop-2.3 -Ppyspark -Psparkr -Pscalding -Pexamples" BUILD_FLAG="package -Pbuild-distr" TEST_FLAG="verify -Pusing-packaged-distr" TEST_PROJECTS="" + env: SCALA_VER="2.10" SPARK_VER="1.6.1" HADOOP_VER="2.3" PROFILE="-Pspark-1.6 -Pr -Phadoop-2.3 -Ppyspark -Psparkr -Pscalding -Pexamples -Pscala-2.10" BUILD_FLAG="package -Pbuild-distr" TEST_FLAG="verify -Pusing-packaged-distr" TEST_PROJECTS="" # Test all modules with scala 2.11 - jdk: "oraclejdk7" @@ -104,4 +104,3 @@ after_failure: after_script: - ./testing/stopSparkCluster.sh $SPARK_VER $HADOOP_VER -
