Make unit tests working with PHP 5.3

This commit is contained in:
Alexander A. Klimov 2017-12-04 13:55:37 +01:00
parent 1b7033c654
commit d747ea91da

View file

@ -1,6 +1,5 @@
language: php
php:
- '5.3'
- '5.4'
- '5.5'
- '5.6'
@ -8,6 +7,12 @@ php:
- '7.1'
- nightly
matrix:
include:
- php: '5.3'
dist: precise
sudo: required
cache:
directories:
- vendor