You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2018/09/27 13:50:41 UTC

[flink] branch master updated: [FLINK-10394][build] Remove legacy mode from Travis build matrix

This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new bcac732  [FLINK-10394][build] Remove legacy mode from Travis build matrix
bcac732 is described below

commit bcac732c166fbd534e9d26b0857a238a7e5b1b4d
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Sat Sep 22 19:36:04 2018 +0200

    [FLINK-10394][build] Remove legacy mode from Travis build matrix
---
 .travis.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 2bee7e2..47ccf42 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -64,27 +64,27 @@ matrix:
     - jdk: "openjdk8"
       env:
         - TEST="core"
-        - PROFILE="-Dhadoop.version=2.4.1 -DlegacyCode"
+        - PROFILE="-Dhadoop.version=2.4.1"
         - CACHE_NAME=JDK8_H241_CO
     - jdk: "openjdk8"
       env:
         - TEST="libraries"
-        - PROFILE="-Dhadoop.version=2.4.1 -DlegacyCode"
+        - PROFILE="-Dhadoop.version=2.4.1"
         - CACHE_NAME=JDK8_H241_L
     - jdk: "openjdk8"
       env:
         - TEST="connectors"
-        - PROFILE="-Dhadoop.version=2.4.1 -DlegacyCode -Pinclude-kinesis"
+        - PROFILE="-Dhadoop.version=2.4.1 -Pinclude-kinesis"
         - CACHE_NAME=JDK8_H241_CN
     - jdk: "openjdk8"
       env:
         - TEST="tests"
-        - PROFILE="-Dhadoop.version=2.4.1 -DlegacyCode"
+        - PROFILE="-Dhadoop.version=2.4.1"
         - CACHE_NAME=JDK8_H241_T
     - jdk: "openjdk8"
       env:
         - TEST="misc"
-        - PROFILE="-Dhadoop.version=2.4.1 -DlegacyCode"
+        - PROFILE="-Dhadoop.version=2.4.1"
         - CACHE_NAME=JDK8_H241_M
 
 git: