Skip to content

Commit 5f6df7f

Browse files
committed
Move pcov installation
1 parent bf061be commit 5f6df7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ matrix:
2323
- php: 7.4
2424

2525
before_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

0 commit comments

Comments
 (0)