We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8abda51 commit c11695cCopy full SHA for c11695c
shippable.yml
@@ -7,9 +7,6 @@ script:
7
- nosetests python/sample.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml
8
- coverage run --branch python/sample.py
9
- coverage xml -o shippable/codecoverage/coverage.xml python/sample.py
10
+
11
notifications:
- email:
12
- recipients:
13
- - vidyac.raghav@gmail.com
14
- on_success: never
15
- on_failure: change
+ email: false
0 commit comments