]> git.donarmstrong.com Git - debbugs.git/blob - .travis.yml
Support 7 digit bugs in bugspam.cgi
[debbugs.git] / .travis.yml
1 dist: trusty
2 services:
3   - docker
4 sudo: required
5 before_install:
6   - docker build -t debbugs/travis -f .travis/Dockerfile .
7 script:
8   - docker run debbugs/travis sh -c 'cd /debbugs/; make; make test'
9 notifications:
10   irc:
11     channels:
12       - "irc.oftc.net#debbugs"
13   email: false