File tree Expand file tree Collapse file tree 8 files changed +301
-434
lines changed Expand file tree Collapse file tree 8 files changed +301
-434
lines changed Original file line number Diff line number Diff line change @@ -11,32 +11,37 @@ matrix:
1111
1212install :
1313 - travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader
14- - travis_retry wget https://phar.io/releases/phive.phar
1514
1615script :
1716 - ./vendor/bin/phpunit --no-coverage
1817
1918jobs :
2019 include :
21- - stage : coverage
20+ - stage : analysis
2221 php : 7.1
2322 script :
2423 - ./vendor/bin/phpunit
2524 after_script :
25+ - travis_retry wget --no-verbose https://phar.io/releases/phive.phar
2626 - travis_retry php phive.phar --no-progress install --trust-gpg-keys E82B2FB314E9906E php-coveralls/php-coveralls && ./tools/php-coveralls --verbose
27- - travis_retry wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
27+ - travis_retry wget --no-verbose https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
2828
29- - stage : lint
29+ - stage : analysis
3030 php : 7.1
3131 before_script :
32+ - travis_retry wget --no-verbose https://phar.io/releases/phive.phar
3233 - travis_retry php phive.phar --no-progress install --trust-gpg-keys 8E730BA25823D8B5 phpstan
3334 script :
3435 - ./tools/phpstan analyse src --level max --configuration phpstan.neon
36+
37+ - stage : analysis
38+ php : 7.1
39+ script :
3540 - composer create-project symplify/easy-coding-standard temp/ecs ^3 && temp/ecs/bin/ecs check src tests
3641
3742cache :
3843 directories :
39- - $HOME/.composer/cache/files
44+ - $HOME/.composer
4045 - $HOME/.phive
4146
4247notifications :
Original file line number Diff line number Diff line change 99 "email" : " me@mikevanriel.com"
1010 }
1111 ],
12- "minimum-stability" : " alpha " ,
12+ "minimum-stability" : " beta " ,
1313 "require" : {
1414 "php" : " >=7.1" ,
15- "phpdocumentor/reflection-common" : " ^2 "
15+ "phpdocumentor/reflection-common" : " ~2.0.0-beta1 "
1616 },
1717 "require-dev" : {
18- "mockery/mockery" : " ^1.0 " ,
19- "phpunit/phpunit" : " ^6.5 "
18+ "mockery/mockery" : " ~1 " ,
19+ "phpunit/phpunit" : " ~6 "
2020 },
2121 "autoload" : {
2222 "psr-4" : {
You can’t perform that action at this time.
0 commit comments