Skip to content

Commit 949482e

Browse files
committed
add script
1 parent a5f1c38 commit 949482e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ php:
88
before_script:
99
- composer install --prefer-source --no-interaction --dev
1010

11-
script: vendor/bin/phpspec run
11+
script: vendor/bin/phpunit

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
"Spatie\\Geocoder\\Tests\\": "tests"
3737
}
3838
},
39+
"scripts": {
40+
"test": "vendor/bin/phpunit"
41+
},
3942
"minimum-stability": "stable",
4043
"extra": {
4144
"laravel": {

0 commit comments

Comments
 (0)