Skip to content

Commit 3934e62

Browse files
authored
Remove environment configuration (#132)
1 parent 3930c97 commit 3934e62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- "composer test:syntax -- --no-progress"
2020
- "composer test:phpunit -- --verbose"
2121
# - "composer test:cs -- -s"
22-
- "composer test:phpstan -- --ansi --memory-limit=1G --no-progress"
22+
- "composer test:phpstan -- --ansi --no-progress"
2323
- name: "With lowest deps"
2424
php: "7.4"
2525
install:
@@ -41,4 +41,4 @@ script:
4141
- "composer test:syntax -- --no-progress"
4242
- "composer test:phpunit -- --verbose"
4343
- "composer test:cs -- -s"
44-
- "composer test:phpstan -- --ansi --memory-limit=1G --no-progress"
44+
- "composer test:phpstan -- --ansi --no-progress"

0 commit comments

Comments
 (0)