Skip to content

Commit a90d7c1

Browse files
committed
Faster travis coverage with pcov
1 parent a76e9f1 commit a90d7c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ before_script:
2727
- travis_retry composer config --global github-protocols https
2828
- travis_retry composer config http-basic.nova.laravel.com $NOVA_USERNAME $NOVA_PASSWORD
2929
- 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
3032
- psql -c "CREATE DATABASE testing;" -U postgres
3133
- psql -c "CREATE USER homestead WITH PASSWORD 'secret';" -U postgres
3234

0 commit comments

Comments
 (0)