Skip to content

Commit 077f1be

Browse files
committed
Build: Install the libxml2-utils package on Travis, it's needed for xmllint
Closes jquery#1080
1 parent c5ad660 commit 077f1be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
language: node_js
22
node_js:
33
- "8"
4+
addons:
5+
apt:
6+
packages:
7+
- libxml2-utils

0 commit comments

Comments
 (0)