X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.travis.yml;h=4eed5cb3fd5a207dceab773cb9cec766dcdd0b82;hb=5a93a371c0c14c494f28c226d3be1ff6b0aff367;hp=9bd77e628a83273a8c569681c40e188a1138e3d8;hpb=bf4f51c8e428cca2411d74b9d023e26c23a1e83d;p=debbugs.git diff --git a/.travis.yml b/.travis.yml index 9bd77e6..4eed5cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,12 @@ before_install: libhttp-server-simple-perl libtest-www-mechanize-perl libmail-rfc822-address-perl libsafe-hole-perl libuser-perl libconfig-simple-perl libtest-pod-perl - liblist-moreutils-perl libtext-template-perl graphviz -language: perl + liblist-allutils-perl libtext-template-perl graphviz + libfile-libmagic-perl libgravatar-url-perl libwww-perl imagemagick script: - - make - - make test + - make; make test +notifications: + irc: + channels: + - "irc.oftc.net#debbugs" + email: false