File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 44 - 5.5
55 - 5.6
66 - 7.1
7- - 7.2
87
98matrix :
109 allow_failures :
11- # Requires phpunit 5.7 (3.7 works up to PHP 7.1)
12- - php : 7.2
1310
1411before_script :
1512 - composer install -n --dev --prefer-source
16- # - wget -O phpunit https://phar.phpunit.de/phpunit-5.phar
17- # - chmod +x phpunit
1813
1914script :
2015 - vendor/bin/phpcs --standard=PSR2 src
2116 - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
22- # - phpunit --coverage-text --coverage-clover=coverage.clover
2317
2418after_script :
2519 - wget https://scrutinizer-ci.com/ocular.phar
2620 - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
2721
28- # TODO: For PHP7.2, get phpunit 5.7:
29- # wget -O phpunit https://phar.phpunit.de/phpunit-5.phar
30- # Set it for execute permission.
Original file line number Diff line number Diff line change 3232 },
3333 "require-dev" : {
3434 "omnipay/tests" : " ~2.0"
35- },
36- "extra" : {
37- "branch-alias" : {
38- "dev-master" : " 2.0.x-dev"
39- }
4035 }
4136}
You can’t perform that action at this time.
0 commit comments