Skip to content

Commit

Permalink
Merge pull request #854 from Sephster/master
Browse files Browse the repository at this point in the history
Version 7
  • Loading branch information
Sephster authored Feb 18, 2018
2 parents e04b8f4 + 4f68d2a commit 456c6cf
Show file tree
Hide file tree
Showing 3 changed files with 368 additions and 276 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ install:
- composer update --no-interaction --prefer-dist $DEPENDENCIES

script:
- vendor/bin/phpunit
- vendor/bin/phpunit --coverage-clover=coverage.clover
- vendor/bin/phpstan analyse -l 6 -c phpstan.neon src tests

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

branches:
only:
- master
Loading

0 comments on commit 456c6cf

Please sign in to comment.