added travis failure script

This commit is contained in:
Dolan Miu
2016-07-19 19:02:44 +01:00
parent d05fc89678
commit 01d7e4826c
2 changed files with 10 additions and 8 deletions

View File

@ -5,4 +5,6 @@ node_js:
install:
- npm install
script:
- npm test
- npm test
after_failure:
- "cat /home/travis/builds/dolanmiu/docx/npm-debug.log"