diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-02 18:44:26 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-02 18:44:26 +0200 |
commit | a93c92c5b14bd7a0a811ab7b2a9c3818c04da8a3 (patch) | |
tree | 04d3dd878cb7c25eb7f3de7dc7049e2ffae2f9b3 | |
parent | b1b5a3eac90c079f4f9ebb909654d4c9c89fd915 (diff) | |
download | weechat-a93c92c5b14bd7a0a811ab7b2a9c3818c04da8a3.zip |
core: add empty line in .travis.yml
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f383230b5..e66360b7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,5 +25,6 @@ script: after_success: - weechat --help - weechat -r /quit + matrix: fast_finish: true |