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

twalthr pushed a commit to branch cron-1.7-e2e
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 4756ccf5789599d64f128e7c2766ffbab4542bf9
Author: zentol <[email protected]>
AuthorDate: Wed Nov 7 09:12:17 2018 +0100

    Integrate scala 2.12 e2e tests
---
 .travis.yml | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 70e822c..13e504a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -75,6 +75,36 @@ matrix:
       - BRANCH="release-1.7"
       - PROFILE="-Dhadoop.version=2.8.3"
       - SCRIPT="split_kubernetes_e2e.sh"
+    - env:
+      - REMOTE="apache"
+      - BRANCH="master"
+      - PROFILE="-Dhadoop.version=2.8.3 -Dscala-2.12 -De2e-metrics"
+      - SCRIPT="split_misc.sh"
+    - env:
+      - REMOTE="apache"
+      - BRANCH="master"
+      - PROFILE="-Dhadoop.version=2.8.3 -Dscala-2.12"
+      - SCRIPT="split_ha.sh"
+    - env:
+      - REMOTE="apache"
+      - BRANCH="master"
+      - PROFILE="-Dhadoop.version=2.8.3 -Dscala-2.12"
+      - SCRIPT="split_sticky.sh"
+    - env:
+      - REMOTE="apache"
+      - BRANCH="master"
+      - PROFILE="-Dhadoop.version=2.8.3 -Dscala-2.12"
+      - SCRIPT="split_checkpoints.sh"
+    - env:
+      - REMOTE="apache"
+      - BRANCH="master"
+      - PROFILE="-Dhadoop.version=2.8.3 -Dscala-2.12"
+      - SCRIPT="split_docker_e2e.sh"
+    - env:
+      - REMOTE="apache"
+      - BRANCH="master"
+      - PROFILE="-Dhadoop.version=2.8.3 -Dscala-2.12"
+      - SCRIPT="split_kubernetes_e2e.sh"
 
 git:
   depth: 100

Reply via email to