Skip to content

Commit

Permalink
safely print all found failures
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed May 8, 2017
1 parent 1518d7d commit 2d7a806
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ addons:
hosts:
- myshorthost
hostname: myshorthost

script: ant -buildfile ./framework/build.xml test
after_failure:
cat ./samples-and-tests/just-test-cases/test-result/*.failed.html
cat ./samples-and-tests/forum/test-result/*.failed.html
cat ./samples-and-tests/zencontact/test-result/*.failed.html
cat ./samples-and-tests/jobboard/test-result/*.failed.html
cat ./samples-and-tests/yabe/test-result/*.failed.html

after_failure:
find samples-and-tests -name '*.failed.html' -exec echo {} \; -exec cat {} \;

notifications:
webhooks:
urls:
Expand Down

0 comments on commit 2d7a806

Please # to comment.