X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.travis.yml;h=4eed5cb3fd5a207dceab773cb9cec766dcdd0b82;hb=606b62e08af2e41dfac78188d84d4690a9aa1ef5;hp=c1c4ccdc02f3343787952ac83059ed5a683b6e16;hpb=b8adc12f62984807cf0a70213ea28001507296e5;p=debbugs.git diff --git a/.travis.yml b/.travis.yml index c1c4ccd..4eed5cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +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 -perl: - - system # we need to use the system perl modules + 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