Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
xmllint is inside libxml2-utils
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
wercker.yml
|
@@ -6,7 +6,7 @@ build: |
|
|
name: install-packages |
|
|
code: | |
|
|
apt-get update |
|
|
apt-get install -y xmllint |
|
|
apt-get install -y libxml2-utils |
|
|
- script: |
|
|
name: load git revisions |
|
|
code: | |
|
|