Skip to content

Commit

Permalink
Add phpunit to require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed May 31, 2017
1 parent e8a6ade commit aa1200d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install:
- composer show

script:
- phpunit -v --coverage-text --coverage-clover=./build/logs/clover.xml
- vendor/bin/phpunit -v --coverage-text --coverage-clover=./build/logs/clover.xml

after_success:
- if [ -f ./build/logs/clover.xml ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then travis_retry composer require satooshi/php-coveralls --no-interaction --update-with-dependencies; fi
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"symfony/security-core": "~2.5||~3.0",
"symfony/serializer": "~2.1||~3.0",

"willdurand/negotiation": "^2.0.0"
"willdurand/negotiation": "^2.0.0",
"phpunit/phpunit": "^4.8||^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit aa1200d

Please sign in to comment.