Skip to content

Commit

Permalink
Add libxml2-utils for xmllint
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Feb 18, 2018
1 parent c92bea2 commit 0497b6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ sudo: false

language: php

addons:
apt:
packages:
# Needed for `xmllint`.
- libxml2-utils

notifications:
email:
on_success: never
Expand Down

0 comments on commit 0497b6b

Please sign in to comment.