Skip to content

Commit

Permalink
Fixed phpunit bin run on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsche committed Dec 10, 2019
1 parent 5cc6ec5 commit bb69f4a
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 @@ -9,7 +9,7 @@ install:
- composer install

script:
- vendor/bin/phpunit --coverage-clover coverage.xml
- vendor/bin/simple-phpunit --coverage-clover coverage.xml

after_script:
- wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar
Expand Down

0 comments on commit bb69f4a

Please sign in to comment.