Skip to content

Commit

Permalink
Let Travis use installed PHPUnit version
Browse files Browse the repository at this point in the history
  • Loading branch information
casperboone committed Aug 3, 2017
1 parent 34b34cb commit 5a97f1f
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 @@ -15,7 +15,7 @@ before_script:
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source

script:
- phpunit --coverage-text --coverage-clover=coverage.clover
- ./vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down

0 comments on commit 5a97f1f

Please sign in to comment.