mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
12 lines
220 B
YAML
12 lines
220 B
YAML
language: c
|
|
|
|
env:
|
|
- PHP="PHP-5.4"
|
|
- PHP="PHP-5.5"
|
|
- PHP="PHP-5.6"
|
|
|
|
before_script: ./travis/ci.sh
|
|
|
|
script:
|
|
- ./php-src/sapi/cli/php php-src/sapi/phpdbg/tests/run-tests.php -diff2stdout --phpdbg php-src/sapi/phpdbg/phpdbg
|