travis: Output config.log on failure

This commit is contained in:
Tobias Brunner 2016-12-02 11:05:30 +01:00
parent 016228c158
commit c7c9a50adb
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ before_script:
script:
- ./scripts/test.sh
after_failure:
- cat config.log
env:
global:
- TESTS_REDUCED_KEYLENGTHS=yes