Merge pull request #48 from mAAdhaTTah/use-local-phpunit

Switch to local phpunit
This commit is contained in:
Frank de Jonge 2015-07-27 15:24:58 +02:00
commit 740dbf58a2
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ before_script:
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
script:
- phpunit --coverage-text --coverage-clover=coverage.clover
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
after_script:
- if [[ $TRAVIS_PHP_VERSION != 'hhvm' && $TRAVIS_PHP_VERSION != '7.0' ]]; then php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover; fi

View file

@ -33,7 +33,7 @@
}
},
"scripts": {
"test": "phpunit"
"test": "vendor/bin/phpunit"
},
"extra": {
"branch-alias": {