From af382ffb911743304bc20c313d5cd2b7fa62b3ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 17 Nov 2018 10:46:12 +0100 Subject: [PATCH] core: add test on some WeeChat command line options on Travis CI --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) 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