Kenji Okimoto
null+****@clear*****
Wed Jun 21 12:06:37 JST 2017
Kenji Okimoto 2017-06-21 12:06:37 +0900 (Wed, 21 Jun 2017) New Revision: 1060777e86dc0cdca27a78b22589c2adae33a4e0 https://github.com/milter-manager/milter-manager/commit/1060777e86dc0cdca27a78b22589c2adae33a4e0 Message: travis: Show logs after failure Modified files: .travis.yml Modified: .travis.yml (+5 -0) =================================================================== --- .travis.yml 2017-06-21 11:46:50 +0900 (1fe4dcc) +++ .travis.yml 2017-06-21 12:06:37 +0900 (5dbc655) @@ -42,3 +42,8 @@ script: after_success: - docker-compose exec ${TARGET_DISTRIBUTION} lcov --compat-libtool --directory . --capture --output-file coverage.info - docker-compose exec ${TARGET_DISTRIBUTION} coveralls-lcov -v coverage.info + +after_failure: + - docker-compose exec ${TARGET_DISTRIBUTION} cat test/tool/test-suite.log + - docker-compose exec ${TARGET_DISTRIBUTION} cat test/test-suite.log + - docker-compose exec ${TARGET_DISTRIBUTION} cat binding/ruby/test/test-suite.log -------------- next part -------------- An HTML attachment was scrubbed... Download