travis: add "after_failure" section
This commit is contained in:
parent
561fe83532
commit
e027dda26f
@ -23,6 +23,9 @@ branches:
|
||||
- develop
|
||||
before_script:
|
||||
- sudo apt-get install libtommath-dev
|
||||
after_failure:
|
||||
- cat test_std.txt
|
||||
- cat test_err.txt
|
||||
after_script:
|
||||
- cat gcc_2.txt
|
||||
notifications:
|
||||
|
Loading…
Reference in New Issue
Block a user