Skip to content

Commit

Permalink
Merge 703728d into 0bad0eb
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Dec 7, 2019
2 parents 0bad0eb + 703728d commit 7442d5d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.2
- 7.3
- 7.4

sudo: false

Expand All @@ -29,31 +30,31 @@ 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=4.2.*
- stage: test
php: 7.3
php: 7.4
env: SYMFONY_VERSION=4.3.*
- stage: test
php: 7.3
php: 7.4
env: SYMFONY_VERSION=4.4.*
- stage: test
php: 7.3
php: 7.4
env: SYMFONY_VERSION=5.0.*
allow_failures:
- php: 7.3
- php: 7.4
env: TARGET=checkdeps

before_install:
Expand Down

0 comments on commit 7442d5d

Please sign in to comment.