travis: add "after_failure" section

This commit is contained in:
Steffen Jaeckel 2014-03-12 10:53:23 +02:00
parent 561fe83532
commit e027dda26f

View File

@ -23,6 +23,9 @@ branches:
- develop - develop
before_script: before_script:
- sudo apt-get install libtommath-dev - sudo apt-get install libtommath-dev
after_failure:
- cat test_std.txt
- cat test_err.txt
after_script: after_script:
- cat gcc_2.txt - cat gcc_2.txt
notifications: notifications: