Test against Symfony 4.2 on Travis

This commit is contained in:
Kamil Kokot 2019-01-03 14:51:22 +01:00
parent 202b454f64
commit fb2ba3dba9
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89

View file

@ -18,13 +18,20 @@ matrix:
- SYMFONY_VERSION="3.4.*"
services:
- memcached
-
- if: type IN (cron, api) OR tag IS present
php: 7.2
env:
- SYLIUS_SUITE="application"
- SYMFONY_VERSION="4.1.*"
services:
- memcached
-
php: 7.2
env:
- SYLIUS_SUITE="application"
- SYMFONY_VERSION="4.2.*"
services:
- memcached
-
php: 7.2
env:
@ -34,11 +41,20 @@ matrix:
apt:
packages:
- parallel
- if: type IN (cron, api) OR tag IS present
php: 7.2
env:
- SYLIUS_SUITE="packages"
- SYMFONY_VERSION="4.1.*"
addons:
apt:
packages:
- parallel
-
php: 7.2
env:
- SYLIUS_SUITE="docs packages"
- SYMFONY_VERSION="4.1.*"
- SYMFONY_VERSION="4.2.*"
services:
- docker
addons: