Skip to content

Commit 906ffa6

Browse files
author
Sam Harrison
committed
chore: refactor test execution
1 parent 06c9f88 commit 906ffa6

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
language: php
22

3-
before_script:
4-
- composer install --dev --no-interaction
5-
63
script:
7-
- vendor/bin/phpunit test/unit --filter test* --coverage-clover=coverage.xml
4+
- make test
85

96
after_success:
107
- bash <(curl -s https://codecov.io/bash)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ install: clean
77
composer install
88

99
test: install
10-
vendor/bin/phpunit test/unit --filter test*
10+
vendor/bin/phpunit test/unit

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

test/unit/bootstrap.php

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)