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 1
1
language : php
2
2
3
- before_script :
4
- - composer install --dev --no-interaction
5
-
6
3
script :
7
- - vendor/bin/phpunit test/unit --filter test* --coverage-clover=coverage.xml
4
+ - make test
8
5
9
6
after_success :
10
7
- bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ install: clean
7
7
composer install
8
8
9
9
test : 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
39
39
``` json
40
40
{
41
41
"require" : {
42
- "sendgrid/php-http-client" : " ~ 3.10.1"
42
+ "sendgrid/php-http-client" : " ^ 3.10.1"
43
43
}
44
44
}
45
45
```
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments