mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 18:13:13 +00:00
Fixed indentation error in the travis yml
This commit is contained in:
+2
-2
@@ -14,12 +14,12 @@ cache:
|
|||||||
- $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
|
- composer update --no-interaction --prefer-source
|
||||||
- vendor/bin/phpunit -v
|
- vendor/bin/phpunit -v
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer install --no-interaction
|
- composer install --no-interaction
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- wget https://scrutinizer-ci.com/ocular.phar
|
- wget https://scrutinizer-ci.com/ocular.phar
|
||||||
|
|||||||
Reference in New Issue
Block a user