AleeBot/.travis.yml

11 lines
369 B
YAML
Raw Normal View History

2018-04-16 11:29:06 -04:00
language: node_js
node_js:
2018-04-16 11:49:34 -04:00
- "node"
after_success:
- wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh
- chmod +x send.sh
- ./send.sh success $WEBHOOK_URL
after_failure:
- wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh
- chmod +x send.sh
- ./send.sh failure $WEBHOOK_URL