Skip to content

Commit

Permalink
scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
A5hleyRich committed Oct 8, 2017
1 parent 1867c79 commit 1b8e767
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
tools:
php_code_sniffer:
config:
standard: WordPress
external_code_coverage:
timeout: 3600
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@ php:
- 7.1

install:
- composer install --prefer-dist --no-interaction --no-suggest
- composer install --prefer-dist --no-interaction --no-suggest

script:
- phpunit --coverage-text --coverage-clover=coverage.clover

after_script:
- php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover

0 comments on commit 1b8e767

Please sign in to comment.