File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 45
45
if : branch = master AND type = push
46
46
php : 7.2
47
47
script :
48
- - echo $MAILCHIMP_VARIABLE
49
- - echo $MAILCHIMP_SECRET_VARIABLE
50
48
- " echo -n -e \" parameters:\n\t mailchimpApiKey: ${MAILCHIMP_API_KEY}\n\t mailchimpTestList: ${MAILCHIMP_TEST_LIST}\" > 'tests/config/config.local.neon'"
51
- - vendor/bin/tester -s -p php --colors 1 -C -d extension=xdebug.so --coverage ./coverage.xml --coverage-src ./src ./tests/cases
49
+ - vendor/bin/tester -s -p phpdbg --colors 1 -C -d extension=xdebug.so --coverage ./coverage.xml --coverage-src ./src ./tests/cases
52
50
after_script :
53
51
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.1.0/php-coveralls.phar
54
52
- php php-coveralls.phar --verbose --config tests/config/.coveralls.yml
You can’t perform that action at this time.
0 commit comments