Skip to content

Commit

Permalink
Added "composer test" script (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Jun 17, 2017
1 parent 128156a commit 527373b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,5 +8,5 @@ install:
- composer update --prefer-stable --prefer-dist

script:
- ./vendor/bin/phpunit
- composer test

3 changes: 3 additions & 0 deletions composer.json
Expand Up @@ -33,6 +33,9 @@
"/Tests/"
]
},
"scripts": {
"test": "vendor/bin/phpunit"
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 527373b

Please sign in to comment.