Skip to content

Commit ed41963

Browse files
committed
Updates test suite command in travis config.
1 parent fc201ff commit ed41963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_script:
1212
# Check code formatting, run tests and generate test coverage report.
1313
script:
1414
- 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
15+
- 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
1616

1717
# Submit test coverage report to Coveralls.
1818
after_success:

0 commit comments

Comments
 (0)