mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Do not test Sylius 1.1 against Symfony 4.0
This commit is contained in:
parent
fd2ca2bfc9
commit
d826fe31b8
1 changed files with 0 additions and 20 deletions
20
.travis.yml
20
.travis.yml
|
|
@ -18,14 +18,6 @@ matrix:
|
|||
- SYMFONY_VERSION="3.4.*"
|
||||
services:
|
||||
- memcached
|
||||
-
|
||||
if: type IN (cron, api) OR tag IS present
|
||||
php: 7.1
|
||||
env:
|
||||
- SYLIUS_SUITE="application"
|
||||
- SYMFONY_VERSION="4.0.*"
|
||||
services:
|
||||
- memcached
|
||||
-
|
||||
php: 7.1
|
||||
env: SYLIUS_SUITE="docs packages"
|
||||
|
|
@ -41,13 +33,6 @@ matrix:
|
|||
- SYMFONY_VERSION="3.4.*"
|
||||
services:
|
||||
- memcached
|
||||
-
|
||||
php: 7.2
|
||||
env:
|
||||
- SYLIUS_SUITE="application"
|
||||
- SYMFONY_VERSION="4.0.*"
|
||||
services:
|
||||
- memcached
|
||||
-
|
||||
php: 7.2
|
||||
env: SYLIUS_SUITE="packages"
|
||||
|
|
@ -55,11 +40,6 @@ matrix:
|
|||
apt:
|
||||
packages:
|
||||
- parallel
|
||||
allow_failures:
|
||||
- env:
|
||||
- SYLIUS_SUITE="application"
|
||||
- SYMFONY_VERSION="4.0.*"
|
||||
fast_finish: true
|
||||
|
||||
cache:
|
||||
yarn: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue