aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorkongr45gpen <kongr45gpen@helit.org>2014-05-03 22:46:43 +0300
committerkongr45gpen <kongr45gpen@helit.org>2014-05-03 22:46:43 +0300
commit32f28055bd0e6368f0b13c8d40e9fc11e18b8cef (patch)
treebd570566d83419cd556e00e693e96f2d26d9bb12 /.travis.yml
parent4e9e59bf171e40c37099504ab9ee3455d8ff9f42 (diff)
downloadsupybot_github-32f28055bd0e6368f0b13c8d40e9fc11e18b8cef.tar.gz
supybot_github-32f28055bd0e6368f0b13c8d40e9fc11e18b8cef.tar.bz2
supybot_github-32f28055bd0e6368f0b13c8d40e9fc11e18b8cef.zip
Make sure that travis fails if the tests fail
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4061c59..7566ee1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,5 +14,8 @@ install:
- cd ../void/Github
script:
- - coverage run --source plugin.py,local --omit '*init*' ../../supybot/scripts/supybot-test --plugins-dir=.. Github
+ - ../../supybot/scripts/supybot-test --plugins-dir=.. Github
+
+after_success:
+ - coverage run --branch --source plugin.py,local --omit '*init*' ../../supybot/scripts/supybot-test --plugins-dir=.. Github
- coverage report -m

© 2014-2024 Faster IT GmbH | imprint | privacy policy