]> git.donarmstrong.com Git - debbugs.git/blobdiff - .travis.yml
have the travis build script run the tests
[debbugs.git] / .travis.yml
index 9bd77e628a83273a8c569681c40e188a1138e3d8..207aaaa4f721bfa2b1fc260983dd762bfee3bb09 100644 (file)
@@ -8,7 +8,11 @@ before_install:
     libmail-rfc822-address-perl libsafe-hole-perl libuser-perl
     libconfig-simple-perl libtest-pod-perl
     liblist-moreutils-perl libtext-template-perl graphviz
-language: perl
+    libfile-libmagic-perl libgravatar-url-perl libwww-perl imagemagick
 script:
-  - make
-  - make test
+  - make; make test
+notifications:
+  irc:
+    channels:
+      - "irc.oftc.net#debbugs"
+  email: false