Skip to content

Commit

Permalink
lets try this codecov thing
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanJA committed Aug 16, 2017
1 parent d31c85b commit e27b71d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ before_script:
- composer install -n

script:
- vendor/bin/phpunit
- vendor/bin/phpcpd --min-tokens 10 source
- vendor/bin/phpcs --standard=PSR2 --extensions=php source
- vendor/bin/phpunit --coverage-text
- composer build
- composer coverage

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

0 comments on commit e27b71d

Please sign in to comment.