0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-03 13:21:51 +00:00
htmlpurifier/.travis.yml

20 lines
369 B
YAML
Raw Normal View History

language: php
php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- '7.3'
2020-01-02 11:58:15 +00:00
- '7.4'
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
script:
- php tests/index.php