Github user lresende commented on a diff in the pull request:
https://github.com/apache/bahir-flink/pull/29#discussion_r204740329
--- Diff: .travis.yml ---
@@ -32,19 +32,19 @@ matrix:
include:
- jdk: oraclejdk8
env:
- - FLINK_VERSION="1.3.0" SCALA_VERSION="2.11"
+ - FLINK_VERSION="1.5.1" SCALA_VERSION="2.11"
- CACHE_NAME=JDK8_F130_A
- jdk: oraclejdk8
env:
- - FLINK_VERSION="1.3.0" SCALA_VERSION="2.10"
+ - FLINK_VERSION="1.5.1" SCALA_VERSION="2.10"
- CACHE_NAME=JDK8_F130_B
- jdk: openjdk8
env:
- - FLINK_VERSION="1.3.0" SCALA_VERSION="2.11"
+ - FLINK_VERSION="1.5.1" SCALA_VERSION="2.11"
--- End diff --
If scala 2.10 is deprecated, I would remove them from the travis profiles
(as they are the ones failing) and would submit support for 2.12 as a new PR.
---