File tree Expand file tree Collapse file tree 4 files changed +3
-9
lines changed Expand file tree Collapse file tree 4 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 11language : php
22
3- before_script :
4- - composer install --dev --no-interaction
5-
63script :
7- - vendor/bin/phpunit test/unit --filter test* --coverage-clover=coverage.xml
4+ - make test
85
96after_success :
107 - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ install: clean
77 composer install
88
99test : install
10- vendor/bin/phpunit test/unit --filter test *
10+ vendor/bin/phpunit test/unit
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Add php-http-client to your `composer.json` file. If you are not using [Composer
3939``` json
4040{
4141 "require" : {
42- "sendgrid/php-http-client" : " ~ 3.10.1"
42+ "sendgrid/php-http-client" : " ^ 3.10.1"
4343 }
4444}
4545```
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments