X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.travis.yml;h=b6f1be88d0699534d8be5e2e7b4c4fb77a657fca;hb=refs%2Fheads%2Fdebian;hp=98d3558f1c8af8851c71a889a634a2afe0f4a557;hpb=d8cdfc9a9feb231eb2885fc53142e1b328077c93;p=debbugs.git diff --git a/.travis.yml b/.travis.yml index 98d3558..b6f1be8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,14 @@ +dist: trusty +sudo: required before_install: - sudo apt-get -qq update - - > - sudo apt-get install -y libparams-validate-perl - libmailtools-perl libmime-tools-perl libio-stringy-perl - libmldbm-perl liburi-perl libsoap-lite-perl libcgi-simple-perl - 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 - libfile-libmagic-perl libgravatar-url-perl libwww-perl imagemagick + - sudo apt-get install -y devscripts equivs + - dch -r -m '' + - mk-build-deps -s sudo -i debian/control script: - - make + - make; make test +notifications: + irc: + channels: + - "irc.oftc.net#debbugs" + email: false