X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.travis.yml;h=418ae83f6df9eb9190b38d8f5521f08566697114;hb=refs%2Fheads%2Fmaster;hp=781bc876541d550d45ddfdf2d90c1ed4dba6448c;hpb=4080cab6f6d8a157254ee50a9662962f5f03be19;p=debbugs.git diff --git a/.travis.yml b/.travis.yml index 781bc87..418ae83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,11 @@ dist: trusty +services: + - docker sudo: required before_install: - - sudo apt-get -qq update - - sudo apt-get install -y devscripts - - dch -r - - mk-build-deps -s sudo -i debian/control + - 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: