From b3a9cff678120423a2f67439b950f12e901418b9 Mon Sep 17 00:00:00 2001 From: Chris Orlando Date: Wed, 20 Dec 2017 10:45:19 -0500 Subject: [PATCH] Fix travis build --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 199d0e0f7..255ad8891 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,23 @@ language: php php: - - 5.3 - 5.4 - 5.5 - 5.6 +# precise must be used for PHP 5.3 +# https://docs.travis-ci.com/user/reference/trusty#PHP-images +matrix: + include: + - php: 5.3 + dist: precise + addons: apt: packages: - python-markdown - libxml-xpath-perl - build-essential + - libxml2-utils script: - make all