summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2018-11-11 17:52:27 +0000
committerAndres Rey <[email protected]>2018-11-11 17:52:27 +0000
commitae902403088af4b0a4266fb01041e0d614e4ed66 (patch)
tree7e65c220e915573033698373aed2228330735b23
parent926154629471836bccdb88390a16f242aff68e97 (diff)
Show libxml version in travis
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a80e094..1b56748 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,8 @@
language: php
+before_install:
+ - apt-cache policy libxml2
+
install:
- composer install