diff --git a/.travis.yml b/.travis.yml index 6e8d31aa..326965e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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