Skip to content

Commit aba098c

Browse files
committed
Update test command
1 parent 1efd925 commit aba098c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
"Http\\Discovery\\": "src/"
3434
}
3535
},
36+
"scripts": {
37+
"test": "vendor/bin/phpspec run",
38+
"test-ci": "vendor/bin/phpspec run -c phpspec.yml.ci"
39+
},
3640
"extra": {
3741
"branch-alias": {
3842
"dev-master": "0.2-dev"

0 commit comments

Comments
 (0)