diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2016-07-07 17:59:11 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2016-07-07 19:57:59 +0200 |
| commit | 0f98b6bf66209b4638f759abc8e895a323c06e98 (patch) | |
| tree | bde9695dc0ed1ebdb6b261e6fe5e0b11d41d8f9e | |
| parent | 143ea16d7af607cec6ce180c30f4645f94189113 (diff) | |
| download | grauphel-0f98b6bf66209b4638f759abc8e895a323c06e98.tar.gz grauphel-0f98b6bf66209b4638f759abc8e895a323c06e98.zip | |
add xsltproc and diff to travis deps
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
