Skip to content

Commit

Permalink
Merge pull request #63 from voku/fork-updates
Browse files Browse the repository at this point in the history
Fork updates
  • Loading branch information
lux authored Dec 13, 2019
2 parents 91eb939 + d1183d9 commit b917c8c
Show file tree
Hide file tree
Showing 56 changed files with 3,746 additions and 192 deletions.
805 changes: 805 additions & 0 deletions .editorconfig

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/.editorconfig export-ignore
/.gitignore export-ignore
/.gitattributes export-ignore
/phpcs.php_cs export-ignore
/phpstan.neon export-ignore
/tests export-ignore
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ php:

before_script:
- composer install --no-interaction --prefer-source
- if [ "$(phpenv version-name)" == 7.3 ]; then travis_retry composer require phpstan/phpstan; fi

script:
- vendor/bin/phpunit --coverage-text --verbose
- if [ "$(phpenv version-name)" == 7.3 ]; then php vendor/bin/phpstan analyse; fi
Loading

0 comments on commit b917c8c

Please sign in to comment.