Use xdebug instead of phpdbg
This commit is contained in:
parent
8d05c7440f
commit
3938b403da
1 changed files with 1 additions and 3 deletions
|
@ -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
|
- 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
|
- 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
|
- 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
|
- travis_retry composer self-update --preview
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
@ -59,7 +58,6 @@ before_script:
|
||||||
- sleep 5 # Give artisan some time to start serving
|
- sleep 5 # Give artisan some time to start serving
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- phpdbg -qrr vendor/bin/phpunit --coverage-text
|
- php vendor/bin/phpunit --coverage-text
|
||||||
- php vendor/bin/phpunit
|
|
||||||
- php artisan dusk
|
- php artisan dusk
|
||||||
- php artisan security:check
|
- php artisan security:check
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue