]> git.donarmstrong.com Git - debbugs.git/blob - .travis.yml
system is in quotes
[debbugs.git] / .travis.yml
1 before_install:
2   - sudo apt-get -qq update
3   - >
4     sudo apt-get install -y libparams-validate-perl
5     libmailtools-perl libmime-tools-perl libio-stringy-perl
6     libmldbm-perl liburi-perl libsoap-lite-perl libcgi-simple-perl
7     libhttp-server-simple-perl libtest-www-mechanize-perl
8     libmail-rfc822-address-perl libsafe-hole-perl libuser-perl
9     libconfig-simple-perl libtest-pod-perl
10     liblist-moreutils-perl libtext-template-perl graphviz
11 language: perl
12 perl:
13   - "system" # we need to use the system perl modules
14 script:
15   - make
16   - make test