Browse Source

Use phpunit from vendor (#77)

tags/2.1.3
Mehdi Achour 6 years ago committed by Alexander Makarov
parent
commit
da440aba4d
  1. 2
      .travis.yml
  2. 3
      composer.json

2
.travis.yml

@ -27,4 +27,4 @@ before_script:
script:
- phpunit --verbose $PHPUNIT_FLAGS
- ./vendor/bin/phpunit --verbose $PHPUNIT_FLAGS

3
composer.json

@ -21,6 +21,9 @@
"yiisoft/yii2": ">=2.0.4",
"swiftmailer/swiftmailer": "~6.0"
},
"require-dev": {
"phpunit/phpunit": "<7"
},
"repositories": [
{
"type": "composer",

Loading…
Cancel
Save