diff --git a/.travis.yml b/.travis.yml index ed8507000..a52cd2eb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,10 @@ script: after_success: - weechat --help - weechat-curses --help + - weechat --colors + - weechat --license + - weechat --version + - weechat --temp-dir --run-command "/debug dirs;/debug libs" --run-command "/quit" matrix: fast_finish: true