We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3930c97 commit 3934e62Copy full SHA for 3934e62
.travis.yml
@@ -19,7 +19,7 @@ jobs:
19
- "composer test:syntax -- --no-progress"
20
- "composer test:phpunit -- --verbose"
21
# - "composer test:cs -- -s"
22
- - "composer test:phpstan -- --ansi --memory-limit=1G --no-progress"
+ - "composer test:phpstan -- --ansi --no-progress"
23
- name: "With lowest deps"
24
php: "7.4"
25
install:
@@ -41,4 +41,4 @@ script:
41
42
43
- "composer test:cs -- -s"
44
0 commit comments