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 d0ac4b8 commit 665c169Copy full SHA for 665c169
.travis.yml
@@ -12,7 +12,7 @@ before_script:
12
# Run tests and generate test coverage report.
13
script:
14
- vendor/bin/phpcs ./src ./tests --extensions=php --standard=PSR2
15
- - phpunit -d api_key=$API_KEY --coverage-clover build/logs/clover.xml
+ - vendor/bin/phpunit -d api_key=$API_KEY --coverage-clover build/logs/clover.xml
16
17
# Submit test coverage report to Coveralls.
18
after_success:
0 commit comments