add separator in travis.yml

This commit is contained in:
ailin-nemui 2017-12-07 12:08:20 +01:00
parent 8b34871ea6
commit 58557d18c4

View File

@ -62,5 +62,5 @@ script:
- if $UNITTESTS; then make -C tests -sk check; fi
after_script:
- cat ~/irc.log.*;
find -name test-suite.log -exec cat {} +
- cat ~/irc.log.*
- find -name test-suite.log -exec cat {} +