mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Test against Symfony 4.2 on Travis
This commit is contained in:
parent
202b454f64
commit
fb2ba3dba9
1 changed files with 18 additions and 2 deletions
20
.travis.yml
20
.travis.yml
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue