This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit e078e577cb2bcccd426cf02d18aa3cf3a779ee6a Author: Chesnay Schepler <[email protected]> AuthorDate: Fri May 24 09:47:45 2019 +0200 [hotfix][travis] Run e2e tests in test stage --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d0b6ec1..69ebc57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -225,6 +225,7 @@ jobs: name: Documentation links check # E2E profiles - Hadoop 2.8 - if: type = cron + stage: test env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -De2e-metrics -Dinclude-kinesis" script: ./tools/travis/nightly.sh split_misc.sh name: misc - hadoop 2.8
