Skip to content

Commit

Permalink
remove memory limit setting used for phpstan in Travis-CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
l0gicgate committed Oct 23, 2018
1 parent f7feaa3 commit 336f97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ script:
- mkdir -p build/logs && phpunit --coverage-clover build/logs/clover.xml
- vendor/bin/phpunit
- vendor/bin/phpcs
- php -d memory_limit=-1 vendor/bin/phpstan analyse src tests
- vendor/bin/phpstan analyse src tests

after_script:
- php vendor/bin/coveralls -v

0 comments on commit 336f97c

Please sign in to comment.