0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-03 05:11:52 +00:00

Fix PHP 5.4 and 5.5 builds on Travis CI (#227)

This commit is contained in:
Mateusz Turcza 2019-08-09 15:45:41 +02:00 committed by Edward Z. Yang
parent b88fcd180c
commit 029d1df5e3

View File

@ -1,12 +1,16 @@
language: php
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- '7.3'
matrix:
include:
- php: '5.4'
dist: trusty
- php: '5.5'
dist: trusty
before_script:
- git clone --depth=50 https://github.com/ezyang/simpletest.git
- cp test-settings.travis.php test-settings.php