mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 16:52:59 +08:00
updated travis ci config
This commit is contained in:
parent
17ccf253b4
commit
b08fae64b8
@ -3,3 +3,11 @@ node_js:
|
|||||||
- "node"
|
- "node"
|
||||||
script:
|
script:
|
||||||
- npm run test
|
- npm run test
|
||||||
|
after_success:
|
||||||
|
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
|
||||||
|
- chmod +x send.sh
|
||||||
|
- ./send.sh success $WEBHOOK_URL
|
||||||
|
after_failure:
|
||||||
|
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
|
||||||
|
- chmod +x send.sh
|
||||||
|
- ./send.sh failure $WEBHOOK_URL
|
Loading…
Reference in New Issue
Block a user