Skip to content

Commit

Permalink
Update the composer command for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgenii Nasyrov committed May 15, 2018
1 parent 3b3010f commit 31c1f33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ before_script:
- composer update --no-interaction --prefer-dist

script:
- composer lint
- composer phpunit-coverage
- composer test

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"phpunit": "phpunit",
"phpunit-integration": "phpunit --testsuite Integration",
"phpunit-unit": "phpunit --testsuite Unit",
"phpunit-coverage": "phpunit --coverage-clover=coverage.clover",
"phpunit-coverage": "phpunit --testdox --coverage-clover=coverage.clover",
"test": [
"@lint",
"@phpunit"
"@phpunit-coverage"
]
},
"extra": {
Expand Down

0 comments on commit 31c1f33

Please sign in to comment.