Skip to content

Commit

Permalink
Remove travis changes used to validate phpdbg compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kabel authored and sebastianbergmann committed Jul 9, 2018
1 parent 84a3ddf commit d4f9ac9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ before_script:

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

0 comments on commit d4f9ac9

Please sign in to comment.