This is an automated email from the ASF dual-hosted git repository. alexkli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git
commit e1fbf33fbae2d43faabe4acb791f202215a27ebc Author: Alexander Klimetschek <[email protected]> AuthorDate: Wed Dec 23 12:03:17 2020 -0800 travis: log detailed test output on failure --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f2a7dbc..1a8415b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,4 +35,7 @@ before_install: - ./travis/scancode.sh script: - - npm test -- -v + - npm test + +after_failure: + - cat build/mocha.test.log
