Message ID | 1495573206-20223-3-git-send-email-odpbot@yandex.ru |
---|---|
State | New |
Headers | show |
Series | [v1,1/2] travis: expand testing with varios configure options | expand |
diff --git a/.travis.yml b/.travis.yml index 2a774d55..9d9f4563 100644 --- a/.travis.yml +++ b/.travis.yml @@ -170,6 +170,8 @@ script: after_success: - if [ -n "$DOCOV" ]; then find . -type f -iname '*.[ch]' -not -path ".git/*" -execdir gcov {} \; ; bash <(curl -s https://codecov.io/bash) -X coveragepy; fi +after_failure: + - find . -name 'test-suite.log' -execdir grep -il "FAILED" {} \; -exec echo {} \; -exec cat {} \; addons: coverity_scan: