mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Fix Travis build
This commit is contained in:
parent
52f170850a
commit
27ff26238f
1 changed files with 4 additions and 3 deletions
|
|
@ -13,9 +13,6 @@ addons:
|
|||
apt:
|
||||
sources:
|
||||
- mysql-5.7-trusty
|
||||
packages:
|
||||
- mysql-server
|
||||
- mysql-client
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
|
@ -26,6 +23,7 @@ matrix:
|
|||
- SYMFONY_VERSION="3.4.*"
|
||||
services:
|
||||
- memcached
|
||||
- mysql
|
||||
-
|
||||
if: type IN (cron, api) OR tag IS present
|
||||
php: 7.3
|
||||
|
|
@ -34,6 +32,7 @@ matrix:
|
|||
- SYMFONY_VERSION="4.2.*"
|
||||
services:
|
||||
- memcached
|
||||
- mysql
|
||||
-
|
||||
php: 7.3
|
||||
env:
|
||||
|
|
@ -63,6 +62,7 @@ matrix:
|
|||
- SYMFONY_VERSION="3.4.*"
|
||||
services:
|
||||
- memcached
|
||||
- mysql
|
||||
-
|
||||
php: 7.2
|
||||
env:
|
||||
|
|
@ -70,6 +70,7 @@ matrix:
|
|||
- SYMFONY_VERSION="4.2.*"
|
||||
services:
|
||||
- memcached
|
||||
- mysql
|
||||
-
|
||||
if: type IN (cron, api) OR tag IS present
|
||||
php: 7.2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue