]> git.donarmstrong.com Git - debbugs.git/blobdiff - .travis.yml
turn on --tool in travis so I know why the install failed
[debbugs.git] / .travis.yml
index c1c4ccdc02f3343787952ac83059ed5a683b6e16..8d224a7a96e00e71f327093d3d6b1cad743d7c22 100644 (file)
@@ -1,16 +1,17 @@
+dist: trusty
+sudo: required
 before_install:
   - sudo apt-get -qq update
+  - sudo apt-get install -y devscripts equivs
+  - dch -r -m ''
   - >
-    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
-perl:
-  - system # we need to use the system perl modules
+    mk-build-deps -s sudo --install
+    --tool "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends"
+     debian/control
 script:
-  - make
-  - make test
+  - make; make test
+notifications:
+  irc:
+    channels:
+      - "irc.oftc.net#debbugs"
+  email: false