From 52c6bdcf049e656ba4aa390de50457c2c0925677 Mon Sep 17 00:00:00 2001 From: Davide Pastore Date: Sun, 24 Dec 2017 14:10:37 +0100 Subject: [PATCH] Close #13 (#16) Fix Travis build for PHP 5.3 --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0339d86..7ea0935 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,18 @@ language: php +dist: trusty php: - - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm +matrix: + include: + - php: 5.3 + dist: precise + before_script: - composer self-update - composer update --prefer-source