Skip to content

Commit

Permalink
Fix test on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mwadon committed Mar 28, 2018
1 parent d4a44ac commit 2d2990a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ before_install:
install: composer update $COMPOSER_FLAGS

script:
- phpunit --coverage-text
- ./vendor/bin/simple-phpunit
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"fzaninotto/faker": "~1.3"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.7|~3.0|^4.0"
"symfony/phpunit-bridge": "^4.0"
},
"autoload": {
"psr-0": { "Bazinga\\Bundle\\FakerBundle": "" }
Expand Down

0 comments on commit 2d2990a

Please sign in to comment.