blob: 2e777fbe13d7f361a7a4675cd0e78794340ebc0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|