1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-11 22:24:55 +02:00
This commit is contained in:
Gregor Santner 2016-10-13 01:45:55 +02:00
parent bc2687b8cb
commit 3195918dd1

View file

@ -30,3 +30,6 @@ notifications:
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
after_success:
- bash <(curl -s https://codecov.io/bash)