Skip to content

Commit

Permalink
chore(travis): script
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Dec 31, 2019
1 parent fd12251 commit 6322753
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:
- for P in src tests; do find $P -type f -name '*.php' -exec php -l {} \;; done

script:
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
- composer test:cov

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

0 comments on commit 6322753

Please sign in to comment.