Skip to content

Commit

Permalink
chore(travis): script
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Jan 5, 2020
1 parent 604bded commit 5dfe8ed
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 @@ -23,7 +23,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 5dfe8ed

Please sign in to comment.