]> git.donarmstrong.com Git - debbugs.git/blob - .travis.yml
use scalar IO::InnerFile::getline to work around an InnerFile bug
[debbugs.git] / .travis.yml
1 dist: trusty
2 sudo: required
3 before_install:
4   - sudo apt-get -qq update
5   - >
6     sudo apt-get install -y libparams-validate-perl
7     libmailtools-perl libmime-tools-perl libio-stringy-perl
8     libmldbm-perl liburi-perl libsoap-lite-perl libcgi-simple-perl
9     libhttp-server-simple-perl libtest-www-mechanize-perl
10     libmail-rfc822-address-perl libsafe-hole-perl libuser-perl
11     libconfig-simple-perl libtest-pod-perl
12     liblist-allutils-perl libtext-template-perl graphviz
13     libfile-libmagic-perl libgravatar-url-perl libwww-perl imagemagick
14 script:
15   - make; make test
16 notifications:
17   irc:
18     channels:
19       - "irc.oftc.net#debbugs"
20   email: false