You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/05/09 12:31:46 UTC

[flink] 02/15: run all e2e tests

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

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

commit 5a37646c38c32d40afa9bb88d2433193851336d6
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Wed Apr 24 17:55:07 2019 +0200

    run all e2e tests
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a4bbb64..52c0788 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,7 +66,7 @@ stages:
   - name: compile
   - name: test
   - name: E2E
-    if: type = cron
+    if: type = push
   - name: cleanup
 
 jdk: "oraclejdk8"