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 a6a38432ced10184be662d552cf69364616d51d3 Author: Alexander Klimetschek <[email protected]> AuthorDate: Wed Dec 23 12:20:53 2020 -0800 travis: log detailed test output on failure part 2 --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a8415b..da796b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,4 @@ before_install: - ./travis/scancode.sh script: - - npm test - -after_failure: - - cat build/mocha.test.log + - npm test; cat build/mocha.test.log
