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 1dfe277 commit 18cb131Copy full SHA for 18cb131
.travis.yml
@@ -20,6 +20,14 @@ notifications:
20
on_success: change # options: [always|never|change] default: always
21
on_failure: always # options: [always|never|change] default: always
22
on_start: never # options: [always|never|change] default: always
23
+ webhooks:
24
+ urls:
25
+ - https://mike-ci.ngrok.io/travis
26
+ on_success: always
27
+ on_failure: always
28
+ on_start: always
29
+ on_cancel: always
30
+ on_error: always
31
32
before_script:
33
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
0 commit comments