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:
23
23
- php : 7.4
24
24
25
25
before_script :
26
+ - if php -v | grep -q 'Xdebug'; then phpenv config-rm xdebug.ini; fi
27
+ - pecl install pcov
26
28
- travis_retry composer self-update;
27
29
- travis_retry composer config --global github-protocols https;
28
30
- ' if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then travis_retry composer config http-basic.nova.laravel.com $NOVA_USERNAME $NOVA_PASSWORD; fi'
29
31
- ' if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then composer remove --dev laravel/nova --no-interaction --no-update; fi'
30
32
- 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
33
33
- psql -c "CREATE DATABASE testing;" -U postgres
34
34
- psql -c "CREATE USER homestead WITH PASSWORD 'secret';" -U postgres
35
35
You can’t perform that action at this time.
0 commit comments