Skip to content

Commit

Permalink
amending phpunit usages in travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zrashwani committed Jun 28, 2020
1 parent eaa7d05 commit 97ddfa8
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 @@ -19,7 +19,7 @@ before_script:
- pip install --user codecov

script:
- phpunit -c phpunit.xml --coverage-clover=coverage.xml
- ./vendor/bin/phpunit -c phpunit.xml --coverage-clover=coverage.xml

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 97ddfa8

Please sign in to comment.