Skip to content

Commit

Permalink
Disabled Rector for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rotexdegba committed Feb 2, 2020
1 parent 341cd18 commit 4d0b09e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ script:
- vendor/bin/phpunit --coverage-text
# - ./vendor/bin/phpcs src --standard=psr2 -sp

- vendor/bin/rector process src --dry-run
# - vendor/bin/rector process src --dry-run

after_script:
# - php vendor/bin/coveralls
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"phpunit/phpunit": "^8.0 || ^7.0",
"php-coveralls/php-coveralls": "^2.0",
"symfony/polyfill-mbstring": "^1.8",
"rector/rector": "dev-master"
"rector/rector": "^0.6.14"
},
"autoload": {
"classmap": ["src/"],
Expand Down

0 comments on commit 4d0b09e

Please sign in to comment.