Skip to content

Commit

Permalink
Remove environment configuration (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Nov 12, 2022
1 parent 3930c97 commit 3934e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- "composer test:syntax -- --no-progress"
- "composer test:phpunit -- --verbose"
# - "composer test:cs -- -s"
- "composer test:phpstan -- --ansi --memory-limit=1G --no-progress"
- "composer test:phpstan -- --ansi --no-progress"
- name: "With lowest deps"
php: "7.4"
install:
Expand All @@ -41,4 +41,4 @@ script:
- "composer test:syntax -- --no-progress"
- "composer test:phpunit -- --verbose"
- "composer test:cs -- -s"
- "composer test:phpstan -- --ansi --memory-limit=1G --no-progress"
- "composer test:phpstan -- --ansi --no-progress"

0 comments on commit 3934e62

Please sign in to comment.