We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76e9f1 commit a90d7c1Copy full SHA for a90d7c1
.travis.yml
@@ -27,6 +27,8 @@ before_script:
27
- travis_retry composer config --global github-protocols https
28
- travis_retry composer config http-basic.nova.laravel.com $NOVA_USERNAME $NOVA_PASSWORD
29
- travis_retry composer install --no-interaction --prefer-source
30
+ - if php -v | grep -q 'Xdebug'; then phpenv config-rm xdebug.ini; fi
31
+ - pecl install pcov
32
- psql -c "CREATE DATABASE testing;" -U postgres
33
- psql -c "CREATE USER homestead WITH PASSWORD 'secret';" -U postgres
34
0 commit comments