Skip to content

Commit 40765bd

Browse files
committed
Remove debug variable
1 parent 9ea8d00 commit 40765bd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ jobs:
4545
if: branch = master AND type = push
4646
php: 7.2
4747
script:
48-
- echo $MAILCHIMP_VARIABLE
49-
- echo $MAILCHIMP_SECRET_VARIABLE
5048
- "echo -n -e \"parameters:\n\tmailchimpApiKey: ${MAILCHIMP_API_KEY}\n\tmailchimpTestList: ${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
5250
after_script:
5351
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.1.0/php-coveralls.phar
5452
- php php-coveralls.phar --verbose --config tests/config/.coveralls.yml

0 commit comments

Comments
 (0)