We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f1c38 commit 949482eCopy full SHA for 949482e
.travis.yml
@@ -8,4 +8,4 @@ php:
8
before_script:
9
- composer install --prefer-source --no-interaction --dev
10
11
-script: vendor/bin/phpspec run
+script: vendor/bin/phpunit
composer.json
@@ -36,6 +36,9 @@
36
"Spatie\\Geocoder\\Tests\\": "tests"
37
}
38
},
39
+ "scripts": {
40
+ "test": "vendor/bin/phpunit"
41
+ },
42
"minimum-stability": "stable",
43
"extra": {
44
"laravel": {
0 commit comments