X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.travis.yml;h=0fd2461319d622f2802c3b291f59ae81f8f2f8c7;hb=1c4ce01f78b112c2247a08f1a0dc9efb5ab3adca;hp=42f5de5effb0dfc0ab6f870376563201f2a95cf2;hpb=992ebe0ec7f944a7af6d6be2a8cee213873b9592;p=debbugs.git diff --git a/.travis.yml b/.travis.yml index 42f5de5..0fd2461 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +dist: trusty +sudo: required before_install: - sudo apt-get -qq update - > @@ -7,7 +9,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 + 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