Skip to content

Commit 6503c7b

Browse files
committed
Fix missing xmllint
1 parent 565c618 commit 6503c7b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: php
22

33
sudo: false
44

5+
dist: precise
6+
57
notifications:
68
email:
79
on_success: never
@@ -13,8 +15,12 @@ cache:
1315
- vendor
1416
- $HOME/phpunit-bin
1517

18+
addons:
19+
apt:
20+
packages:
21+
- libxml2-utils
22+
1623
php:
17-
- 5.6
1824
- 7.2
1925

2026
env:

0 commit comments

Comments
 (0)