X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.travis.yml;h=418ae83f6df9eb9190b38d8f5521f08566697114;hb=6532b246361b5d28b6ce3b44154a71edd3ca9a9e;hp=9bd77e628a83273a8c569681c40e188a1138e3d8;hpb=bf4f51c8e428cca2411d74b9d023e26c23a1e83d;p=debbugs.git diff --git a/.travis.yml b/.travis.yml index 9bd77e6..418ae83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,13 @@ +dist: trusty +services: + - docker +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 -language: perl + - docker build -t debbugs/travis -f .travis/Dockerfile . script: - - make - - make test + - docker run debbugs/travis sh -c 'cd /debbugs/; make; make test' +notifications: + irc: + channels: + - "irc.oftc.net#debbugs" + email: false