You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mx...@apache.org on 2015/11/01 21:04:35 UTC

[4/4] flink git commit: [travis] remove javadoc skip

[travis] remove javadoc skip

- skip was only necessary because Java 8 couldn't build the java docs


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

Branch: refs/heads/master
Commit: 0845529ca188992a70dff1f4ee16c0e6086e411f
Parents: 0ffe9dc
Author: Maximilian Michels <mx...@apache.org>
Authored: Fri Oct 30 16:00:46 2015 +0100
Committer: Maximilian Michels <mx...@apache.org>
Committed: Sun Nov 1 20:58:29 2015 +0100

----------------------------------------------------------------------
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/0845529c/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 7213a0c..b69c3cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,9 +15,9 @@ language: java
 matrix:
   include:
     - jdk: "oraclejdk8"
-      env: PROFILE="-Dhadoop.version=2.6.0 -Dscala-2.11 -Pinclude-tez -Pinclude-yarn-tests -Dmaven.javadoc.skip=true"
+      env: PROFILE="-Dhadoop.version=2.6.0 -Dscala-2.11 -Pinclude-tez -Pinclude-yarn-tests
     - jdk: "oraclejdk8"
-      env: PROFILE="-Dhadoop.version=2.5.0 -Dmaven.javadoc.skip=true -Pinclude-yarn-tests"
+      env: PROFILE="-Dhadoop.version=2.5.0 -Pinclude-yarn-tests"
     - jdk: "openjdk7"
       env: PROFILE="-Dhadoop.version=2.4.0 -Dscala-2.11 -Pinclude-yarn-tests"
     - jdk: "oraclejdk7" # this uploads the Hadoop 2 build to Maven and S3