Skip to content

Commit

Permalink
Travis: use phpunit installed by composer
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Sep 11, 2014
1 parent 8819c16 commit 81bec0d
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,4 +12,4 @@ services:
install:
- composer install --no-interaction --prefer-source --dev

script: phpunit --coverage-text
script: vendor/bin/phpunit --coverage-text

0 comments on commit 81bec0d

Please sign in to comment.