As per mailing list discussion, remove Java 7
Project: http://git-wip-us.apache.org/repos/asf/bahir-flink/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir-flink/commit/4f0179a1 Tree: http://git-wip-us.apache.org/repos/asf/bahir-flink/tree/4f0179a1 Diff: http://git-wip-us.apache.org/repos/asf/bahir-flink/diff/4f0179a1 Branch: refs/heads/master Commit: 4f0179a173cd2cc8f6b441f6af2602d3b661aeb2 Parents: f07276e Author: Robert Metzger <[email protected]> Authored: Wed Sep 20 15:06:10 2017 +0200 Committer: Robert Metzger <[email protected]> Committed: Wed Sep 20 15:06:10 2017 +0200 ---------------------------------------------------------------------- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/4f0179a1/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 894ee36..c3baf70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,14 +46,6 @@ matrix: env: - FLINK_VERSION="1.3.0" SCALA_VERSION="2.10" - CACHE_NAME=JDK8_F130_D - - jdk: openjdk7 - env: - - FLINK_VERSION="1.3.0" SCALA_VERSION="2.11" - - CACHE_NAME=JDK7_F130_A - - jdk: openjdk7 - env: - - FLINK_VERSION="1.3.0" SCALA_VERSION="2.10" - - CACHE_NAME=JDK7_F130_B before_install: - ./dev/change-scala-version.sh $SCALA_VERSION
