Use xdebug instead of phpdbg

This commit is contained in:
Jonny Barnes 2017-03-02 14:30:03 +00:00
parent 8d05c7440f
commit 3938b403da

View file

@ -39,7 +39,6 @@ before_install:
- wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
- export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
- phpenv config-rm xdebug.ini || echo "xdebug already absent"
- travis_retry composer self-update --preview
install:
@ -59,7 +58,6 @@ before_script:
- sleep 5 # Give artisan some time to start serving
script:
- phpdbg -qrr vendor/bin/phpunit --coverage-text
- php vendor/bin/phpunit
- php vendor/bin/phpunit --coverage-text
- php artisan dusk
- php artisan security:check