Skip to content

Commit

Permalink
Updates travis config to use locally installed phpunit.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsposito committed Mar 10, 2017
1 parent d0ac4b8 commit 665c169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_script:
# Run tests and generate test coverage report.
script:
- vendor/bin/phpcs ./src ./tests --extensions=php --standard=PSR2
- 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

# Submit test coverage report to Coveralls.
after_success:
Expand Down

0 comments on commit 665c169

Please sign in to comment.