File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[submodule "sample-code-php "]
22 path = sample-code-php
3- url = https://github.com/Authorizenet /sample-code-php.git
3+ url = https://github.com/AuthorizeNet /sample-code-php.git
Original file line number Diff line number Diff line change @@ -3,19 +3,20 @@ language: php
33php :
44 - 5.6
55 - 7.0
6-
6+
77sudo : false
88
99before_script :
1010 - pecl install xmldiff
1111 - composer install --prefer-dist --ignore-platform-reqs
12- - chmod +x ./test-sample-codes.sh
13- - git submodule update --recursive
14-
12+ - git submodule update --remote --recursive
13+
1514script :
1615 - vendor/phpunit/phpunit/phpunit --coverage-clover=coverage.clover
16+ - cd sample-code-php
17+ - composer install --prefer-dist --ignore-platform-reqs
18+ - vendor/phpunit/phpunit/phpunit test-runner.php .
1719
1820after_script :
1921 - wget https://scrutinizer-ci.com/ocular.phar
2022 - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
21- - ./test-sample-codes.sh
You can’t perform that action at this time.
0 commit comments