Skip to content

Commit 671a2b6

Browse files
author
Babichev Maxim
committed
disable xdebug, enable pcov
1 parent 3f11f68 commit 671a2b6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ matrix:
1414
- php: 'nightly'
1515

1616
before_script:
17+
- pecl install pcov
18+
- phpdismod -v ALL xdebug
19+
- phpenmod -v ALL pcov
1720
- mkdir -p ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d
1821
- bash <(curl -s https://raw.githubusercontent.com/php-cache/cache/master/build/php/7.2/Memcached.sh)
1922
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"infection/infection": "^0.14",
3535
"orchestra/testbench": "^4.0",
3636
"phpstan/phpstan": "^0.11",
37-
"phpunit/phpunit": "^8.2",
37+
"phpunit/phpunit": "^8.3",
3838
"laravel/cashier": "^7.0|^8.0|^9.0|^10.0"
3939
},
4040
"suggest": {

0 commit comments

Comments
 (0)