You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2015/09/18 16:04:00 UTC

[4/4] flink git commit: [FLINK-2643] [build] Change Travis Build Matrix to Include Recent Hadoop Versions

[FLINK-2643] [build] Change Travis Build Matrix to Include Recent Hadoop Versions

This removes 2.0.0-alpha. There are currently bugs that prevent 2.3.0
and 2.7.0 from being used.

This closes #1084


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/b234b0b1
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/b234b0b1
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/b234b0b1

Branch: refs/heads/master
Commit: b234b0b16d01c0f843ae6031337a8a2a3ba16d5b
Parents: e31a4d8
Author: Aljoscha Krettek <al...@gmail.com>
Authored: Fri Sep 11 13:40:43 2015 +0200
Committer: Stephan Ewen <se...@apache.org>
Committed: Fri Sep 18 12:17:39 2015 +0200

----------------------------------------------------------------------
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/b234b0b1/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 792afb7..181a131 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,9 +19,9 @@ matrix:
     - jdk: "oraclejdk7" # this will also deploy a uberjar to s3 at some point
       env: PROFILE="-Dhadoop.profile=1"
     - jdk: "openjdk7"
-      env: PROFILE="-P!include-yarn -Dhadoop.version=2.0.0-alpha"
-    - jdk: "oraclejdk7"
-      env: PROFILE="-Dhadoop.version=2.2.0"
+      env: PROFILE="-Dhadoop.version=2.4.0"
+    - jdk: "oraclejdk8"
+      env: PROFILE="-Dhadoop.version=2.5.0 -Dmaven.javadoc.skip=true"
     - jdk: "oraclejdk8"
       env: PROFILE="-Dhadoop.version=2.6.0 -Dscala-2.11 -Pinclude-tez -Dmaven.javadoc.skip=true"