We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c9271 commit 59acc9fCopy full SHA for 59acc9f
.travis.yml
@@ -0,0 +1,13 @@
1
+---
2
+dist: focal
3
+language: python
4
+script: python3 -m unittest
5
+
6
+after_success:
7
+ - wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
8
+ - chmod +x send.sh
9
+ - ./send.sh success $WEBHOOK_URL
10
+after_failure:
11
12
13
+ - ./send.sh failure $WEBHOOK_URL
0 commit comments