Skip to content

Commit 16edc3b

Browse files
authored
Added "composer test" script (#699)
1 parent 34bd62e commit 16edc3b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ install:
77
- composer update --prefer-stable --prefer-dist
88

99
script:
10-
- ./vendor/bin/phpunit
10+
- composer test
1111

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"/Tests/"
3030
]
3131
},
32+
"scripts": {
33+
"test": "vendor/bin/phpunit"
34+
},
3235
"minimum-stability": "dev",
3336
"extra": {
3437
"branch-alias": {

0 commit comments

Comments
 (0)