From 4080cab6f6d8a157254ee50a9662962f5f03be19 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 26 Feb 2018 10:40:27 -0800 Subject: [PATCH] use mk-build-deps to install package dependencies in travis --- .travis.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0fd2461..781bc87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,15 +2,9 @@ dist: trusty sudo: required before_install: - sudo apt-get -qq update - - > - 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-allutils-perl libtext-template-perl graphviz - libfile-libmagic-perl libgravatar-url-perl libwww-perl imagemagick + - sudo apt-get install -y devscripts + - dch -r + - mk-build-deps -s sudo -i debian/control script: - make; make test notifications: -- 2.39.2