Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Commit

Permalink
Merge bc10968 into 68a9f08
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Dec 6, 2019
2 parents 68a9f08 + bc10968 commit 25f79d4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.2
- 7.3
- 7.4

sudo: false

Expand All @@ -29,25 +30,25 @@ matrix:
fast_finish: true
include:
- stage: lint
php: 7.3
php: 7.4
env: TARGET=lint
- stage: lint
php: 7.3
php: 7.4
env: TARGET=phpstan
- stage: lint
php: 7.3
php: 7.4
env: TARGET=checkdeps
- stage: test
php: 7.2
env: COMPOSER_FLAGS="--prefer-lowest"
- stage: test
php: 7.3
php: 7.4
env: SYMFONY_VERSION=3.4.*
- stage: test
php: 7.3
php: 7.4
env: SYMFONY_VERSION=4.2.*
allow_failures:
- php: 7.3
- php: 7.4
env: TARGET=checkdeps

before_install:
Expand Down
5 changes: 5 additions & 0 deletions phpstan.neon.dist
Expand Up @@ -23,3 +23,8 @@ parameters:
message: '#Property .*::\$.* has no typehint specified.#'
path: tests/

-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\TreeBuilder::root\\(\\)\\.$#"
count: 1
path: src/DependencyInjection/Configuration.php

0 comments on commit 25f79d4

Please sign in to comment.