mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 18:13:13 +00:00
use phpunit in vendor
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@ php:
|
|||||||
- 5.4
|
- 5.4
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- php bin/phpunit
|
- vendor/phpunit/phpunit/composer/bin/phpunit
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- sudo apt-get -qq update > /dev/null
|
- sudo apt-get -qq update > /dev/null
|
||||||
@@ -13,7 +13,7 @@ before_script:
|
|||||||
- phpenv rehash > /dev/null
|
- phpenv rehash > /dev/null
|
||||||
- composer selfupdate --quiet
|
- composer selfupdate --quiet
|
||||||
- composer install --dev
|
- composer install --dev
|
||||||
- php bin/phpunit
|
- vendor/phpunit/phpunit/composer/bin/phpunit
|
||||||
- composer update --dev
|
- composer update --dev
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
|||||||
Reference in New Issue
Block a user