Skip to content

Commit

Permalink
user installed phpunit instead of global
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlind committed Feb 14, 2017
1 parent 0c245a8 commit 8d97749
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 @@ -7,6 +7,6 @@ php:
before_script:
- composer install
script:
- phpunit --coverage-clover build/logs/clover.xml
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_script:
- php vendor/bin/coveralls -v

0 comments on commit 8d97749

Please sign in to comment.