File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ matrix:
2323 - php : 7.4
2424
2525before_script :
26+ - if php -v | grep -q 'Xdebug'; then phpenv config-rm xdebug.ini; fi
27+ - pecl install pcov
2628 - travis_retry composer self-update;
2729 - travis_retry composer config --global github-protocols https;
2830 - ' if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then travis_retry composer config http-basic.nova.laravel.com $NOVA_USERNAME $NOVA_PASSWORD; fi'
2931 - ' if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then composer remove --dev laravel/nova --no-interaction --no-update; fi'
3032 - travis_retry composer install --no-interaction --prefer-source;
31- - if php -v | grep -q 'Xdebug'; then phpenv config-rm xdebug.ini; fi
32- - pecl install pcov
3333 - psql -c "CREATE DATABASE testing;" -U postgres
3434 - psql -c "CREATE USER homestead WITH PASSWORD 'secret';" -U postgres
3535
You can’t perform that action at this time.
0 commit comments