We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34bd62e commit 16edc3bCopy full SHA for 16edc3b
.travis.yml
@@ -7,5 +7,5 @@ install:
7
- composer update --prefer-stable --prefer-dist
8
9
script:
10
- - ./vendor/bin/phpunit
+ - composer test
11
composer.json
@@ -29,6 +29,9 @@
29
"/Tests/"
30
]
31
},
32
+ "scripts": {
33
+ "test": "vendor/bin/phpunit"
34
+ },
35
"minimum-stability": "dev",
36
"extra": {
37
"branch-alias": {
0 commit comments