Skip to content

Commit

Permalink
final config fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iGusev committed Jan 10, 2016
1 parent c9f97a9 commit a107675
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
5 changes: 0 additions & 5 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ checks:
fix_line_ending: true
fix_identation_4spaces: true
fix_doc_comments: true

tools:
external_code_coverage:
timeout: 600
runs: 3
build:
tests:
override:
Expand Down
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,4 @@ before_script:

script:
- php vendor/bin/phpcs --standard=PSR2 --encoding=utf-8 src/
- phpunit --coverage-text --coverage-clover=coverage.clover

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- if [[ $TRAVIS_PHP_VERSION != 'hhvm' && $TRAVIS_PHP_VERSION != '7.0' ]]; then php ocular.phar code-coverage:upload --access-token="ec5719af9c1465a6878b55619b6ebdde22b873dd93da9815ce6a35585f446cfa" --format=php-clover coverage.clover; fi
- phpunit --coverage-text --coverage-clover=coverage.clover

0 comments on commit a107675

Please sign in to comment.