We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc201ff commit ed41963Copy full SHA for ed41963
.travis.yml
@@ -12,7 +12,7 @@ before_script:
12
# Check code formatting, run tests and generate test coverage report.
13
script:
14
- vendor/bin/phpcs ./src ./tests --extensions=php --standard=PSR2
15
- - vendor/bin/phpunit -d ibm_username=IBM_USERNAME -d ibm_password=IBM_PASSWORD -d ispeech_api_key=ISPEECH_API_KEY --coverage-clover build/logs/clover.xml
+ - vendor/bin/phpunit -d ibm_username=IBM_USERNAME -d ibm_password=IBM_PASSWORD -d ispeech_api_key=ISPEECH_API_KEY -d amazon_api_key=AMAZON_API_KEY -d amazon_api_secret=AMAZON_API_SECRET --coverage-clover build/logs/clover.xml
16
17
# Submit test coverage report to Coveralls.
18
after_success:
0 commit comments