Skip to content

Commit

Permalink
Remove debug variable
Browse files Browse the repository at this point in the history
  • Loading branch information
trejjam committed Mar 24, 2019
1 parent 9ea8d00 commit 40765bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ jobs:
if: branch = master AND type = push
php: 7.2
script:
- echo $MAILCHIMP_VARIABLE
- echo $MAILCHIMP_SECRET_VARIABLE
- "echo -n -e \"parameters:\n\tmailchimpApiKey: ${MAILCHIMP_API_KEY}\n\tmailchimpTestList: ${MAILCHIMP_TEST_LIST}\" > 'tests/config/config.local.neon'"
- vendor/bin/tester -s -p php --colors 1 -C -d extension=xdebug.so --coverage ./coverage.xml --coverage-src ./src ./tests/cases
- vendor/bin/tester -s -p phpdbg --colors 1 -C -d extension=xdebug.so --coverage ./coverage.xml --coverage-src ./src ./tests/cases
after_script:
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.1.0/php-coveralls.phar
- php php-coveralls.phar --verbose --config tests/config/.coveralls.yml
Expand Down

0 comments on commit 40765bd

Please sign in to comment.