mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-09 23:28:42 +00:00
b90295deda
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
13 lines
248 B
YAML
13 lines
248 B
YAML
language: php
|
|
php:
|
|
- '5.4'
|
|
- '5.5'
|
|
- '5.6'
|
|
- '7.0'
|
|
- '7.1'
|
|
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
|