first commit
This commit is contained in:
13
htmlpurifier-4.10.0/.travis.yml
Executable file
13
htmlpurifier-4.10.0/.travis.yml
Executable file
@ -0,0 +1,13 @@
|
||||
language: php
|
||||
php:
|
||||
- '5.4'
|
||||
- '5.5'
|
||||
- '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
|
||||
script:
|
||||
- php tests/index.php
|
Reference in New Issue
Block a user