Actually run .travis/webhook.sh

This commit is contained in:
Rangi 2020-06-28 20:26:44 -04:00
parent c1512d39a7
commit 5559d51c86

View file

@ -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