diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-28 20:26:44 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-28 20:26:44 -0400 |
commit | 5559d51c863b6fb529ea0494d857950a36fe85b7 (patch) | |
tree | 122cc0596543edd46560ff65b8c2c0b931e61e58 | |
parent | c1512d39a7de1e811272efa7d0755c2e4cb84e06 (diff) |
Actually run .travis/webhook.sh
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 59258508..04fe1de0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,3 +21,8 @@ before_script: script: - make -j2 compare - check_status +after_success: + - |- + if [ "$TRAVIS_BRANCH" = master -a "$TRAVIS_PULL_REQUEST" = false -a "$TRAVIS_OS_NAME" = linux ]; then + ./.travis/webhook.sh + fi |