Repository: flink Updated Branches: refs/heads/master f16335d42 -> 11287fbf6
[FLINK-7904] Enable Flip6 build profile on Travis This adds a new Travis build matrix entry which runs the Flip-6 build profile Reuse caches and split core+test into core and tests Travis build This closes #4890. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/a03cdfab Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/a03cdfab Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/a03cdfab Branch: refs/heads/master Commit: a03cdfabe6eab48509b42a6831a21e488b9c3e80 Parents: 6450fad Author: Till Rohrmann <[email protected]> Authored: Mon Oct 23 16:24:58 2017 +0200 Committer: Till Rohrmann <[email protected]> Committed: Tue Jan 9 08:05:50 2018 +0100 ---------------------------------------------------------------------- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/a03cdfab/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index f6a2ff6..2fd6446 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,6 +86,16 @@ matrix: - TEST="misc" - PROFILE="-Dhadoop.version=2.4.1" - CACHE_NAME=JDK8_H241_M + - jdk: "oraclejdk8" + env: + - TEST="core" + - PROFILE="-Dhadoop.version=2.8.0 -Pflip6" + - CACHE_NAME=JDK8_H280_CO + - jdk: "oraclejdk8" + env: + - TEST="tests" + - PROFILE="-Dhadoop.version=2.8.0 -Pflip6" + - CACHE_NAME=JDK8_H280_T git: depth: 100
