Skip to content

Commit

Permalink
[*]: try to fix phpstan usage
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Mar 6, 2020
1 parent 89c2d56 commit 8fddf56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -96,7 +96,7 @@ before_script:
script:
- mkdir -p build/logs
- php vendor/bin/phpunit -c phpunit.xml --debug
- if [ "$(phpenv version-name)" == 7.3 ]; then php vendor/bin/phpstan analyse; fi
- if [ "$(phpenv version-name)" == 7.3 ]; then php vendor/bin/phpstan analyse --memory-limit=-1; fi

after_script:
- php vendor/bin/php-coveralls -v
Expand Down

0 comments on commit 8fddf56

Please sign in to comment.