Skip to content

Commit 1e4c1f7

Browse files
author
brianmc
committed
Merge branch 'future' of https://github.com/AuthorizeNet/sdk-php into future
2 parents dfdb115 + 0bd4884 commit 1e4c1f7

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,20 @@ language: php
33
php:
44
- 5.6
55
- 7.0
6-
6+
77
sudo: false
88

99
before_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+
1514
script:
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

1820
after_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

0 commit comments

Comments
 (0)