You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by al...@apache.org on 2020/12/23 22:11:04 UTC

[openwhisk-wskdebug] 09/11: travis: log detailed test output on failure part 2

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 <ak...@adobe.com>
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