mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Actually run .travis/webhook.sh
This commit is contained in:
parent
c1512d39a7
commit
5559d51c86
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue