浏览代码

Update .travis.yml

Co-authored-by: Mate Molnar <matemoln@users.noreply.github.com>
tags/10.1.0.73491
Eric Lorenzana 1年前
父节点
当前提交
01497270ed
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml 查看文件

@@ -38,7 +38,7 @@ notifications:
on_start: always

# This is a temporary change as Travis is currently executing this body even
# when TRAVIS_TEST_RESULT=0 (support ticket #44617).
# when the job run successfully (support ticket #44617).
# The changes should be reverted once we have a proper solution.
after_failure:
- "[[ $TRAVIS_TEST_RESULT = 1 ]] && source ./.travis/setup_environment.sh && notify_burgr \"build\" \"build\" \"$TRAVIS_JOB_WEB_URL\" \"$(cat /tmp/build_start_time)\" \"$(date --utc +%FT%TZ)\" \"failed\" || true"

正在加载...
取消
保存