X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.travis.yml;h=418ae83f6df9eb9190b38d8f5521f08566697114;hb=210f625e6e6b4cbe1065f35d9eb0bdc73563969c;hp=3dce86cbf15ca7fe05488f1407f44ec2e543274d;hpb=00150631938a24e45b4b9a044d23c08fd9cfcf42;p=debbugs.git diff --git a/.travis.yml b/.travis.yml index 3dce86c..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 -m '' - - 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: