From: Christian Weiske Date: Thu, 7 Jul 2016 15:59:11 +0000 (+0200) Subject: add xsltproc and diff to travis deps X-Git-Tag: v0.6.5~8 X-Git-Url: https://git.cweiske.de/grauphel.git/commitdiff_plain/0f98b6bf66209b4638f759abc8e895a323c06e98?hp=143ea16d7af607cec6ce180c30f4645f94189113;ds=inline add xsltproc and diff to travis deps --- diff --git a/.travis.yml b/.travis.yml index cd5a315..c81a293 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,10 @@ language: php sudo: false +addons: + apt: + packages: + - diff + - xsltproc php: - 7 - 5.6