Skip to content

Commit d4f9ac9

Browse files
kabelsebastianbergmann
authored andcommitted
Remove travis changes used to validate phpdbg compatibility
1 parent 84a3ddf commit d4f9ac9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ before_script:
3737

3838
script:
3939
- ./phpunit --coverage-clover=coverage.xml
40-
- phpenv config-rm xdebug.ini; true
41-
- phpdbg -qrr ./phpunit --coverage-text
4240
- ./phpunit --configuration ./build/travis-ci-fail.xml > /dev/null; if [ $? -eq 0 ]; then echo "SHOULD FAIL"; false; else echo "fail checked"; fi;
4341
- xmllint --noout --schema phpunit.xsd phpunit.xml
4442
- xmllint --noout --schema phpunit.xsd tests/_files/configuration.xml

0 commit comments

Comments
 (0)