1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 04:16:38 +02:00

core: add test on some WeeChat command line options on Travis CI

This commit is contained in:
Sébastien Helleu
2018-11-17 10:46:12 +01:00
parent 85d7c9b6c5
commit af382ffb91
+4
View File
@@ -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