diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2017-12-07 12:08:20 +0100 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2017-12-07 12:08:20 +0100 |
commit | 58557d18c49c11cd4a4de44c5a9e7c00f2d8f880 (patch) | |
tree | 189f3b2901e08522cce90099016acc39407e3718 /.travis.yml | |
parent | 8b34871ea67c420b045ead9e317b67a247c02aae (diff) | |
download | irssi-58557d18c49c11cd4a4de44c5a9e7c00f2d8f880.zip |
add separator in travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b0bc78e8..e2b3f57c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 {} + |