From 32f28055bd0e6368f0b13c8d40e9fc11e18b8cef Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Sat, 3 May 2014 22:46:43 +0300 Subject: Make sure that travis fails if the tests fail --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3