Skip to content

Commit

Permalink
Trying to user local install of phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnnnyw committed Apr 22, 2017
1 parent 604f05b commit b3c3e20
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 @@ -16,7 +16,7 @@ before_script:
- phpenv rehash

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

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

0 comments on commit b3c3e20

Please sign in to comment.