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 b046dd813fed295c296d7243af4f37b98b857f2f Author: Chesnay Schepler <[email protected]> AuthorDate: Fri May 24 09:48:15 2019 +0200 [hotfix][travis] Move 404 link check to test stage --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 69ebc57..aa1e0b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -218,7 +218,7 @@ jobs: name: cleanup - jdk 9 # Documentation 404 check - if: type = cron - stage: compile + stage: test script: ./tools/travis/docs.sh language: ruby rvm: 2.4.0
