Skip to content

Commit 665c169

Browse files
committed
Updates travis config to use locally installed phpunit.
1 parent d0ac4b8 commit 665c169

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
# Run tests and generate test coverage report.
1313
script:
1414
- vendor/bin/phpcs ./src ./tests --extensions=php --standard=PSR2
15-
- phpunit -d api_key=$API_KEY --coverage-clover build/logs/clover.xml
15+
- vendor/bin/phpunit -d api_key=$API_KEY --coverage-clover build/logs/clover.xml
1616

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

0 commit comments

Comments
 (0)