0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-03-11 17:18:44 +00:00

Add PHP 7.2 to travis config

This commit is contained in:
John Flatness 2018-02-02 15:58:09 -05:00
parent 6d6d88512a
commit 06ec44d621

View File

@ -5,6 +5,7 @@ php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
before_script:
- git clone --depth=50 https://github.com/ezyang/simpletest.git
- cp test-settings.travis.php test-settings.php