mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Ensure that we also test the code after a composer update
This commit is contained in:
@@ -8,12 +8,15 @@ php:
|
|||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.composer/cache
|
- $HOME/.composer/cache
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- vendor/bin/phpunit --coverage-clover=coverage.clover -v
|
- vendor/bin/phpunit --coverage-clover=coverage.clover -v
|
||||||
|
- composer update --no-interaction --prefer-source
|
||||||
|
- vendor/bin/phpunit -v
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer install --no-interaction
|
- composer install --no-interaction
|
||||||
|
|||||||
Reference in New Issue
Block a user