diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-20 22:11:01 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-20 22:11:01 +0100 |
commit | a72a1ccd513686aca78319d3255e0da945b1bc2c (patch) | |
tree | 6e9f4814550599585c6a89eded2f3207eb75d395 | |
parent | 846eb90e7dd62ad89decf33a41715a8cce76d433 (diff) | |
download | weechat-a72a1ccd513686aca78319d3255e0da945b1bc2c.zip |
core: add test of Debian/Ubuntu patches on Travis CI
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7b0543817..ed8507000 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ script: - pylint tests/scripts/python/testapigen.py - pylint tests/scripts/python/testapi.py - pylint tests/scripts/python/unparse.py + - ./tools/build-debian.sh test-patches after_success: - weechat --help |