mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Merge branch '1.5'
* 1.5: [HotFix] Move "mysql" from addons to builds services
This commit is contained in:
commit
61dedcce9d
1 changed files with 6 additions and 5 deletions
11
.travis.yml
11
.travis.yml
|
|
@ -14,9 +14,6 @@ addons:
|
|||
apt:
|
||||
sources:
|
||||
- mysql-5.7-trusty
|
||||
packages:
|
||||
- mysql-server
|
||||
- mysql-client
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
|
@ -27,6 +24,7 @@ matrix:
|
|||
- SYMFONY_VERSION="3.4.*"
|
||||
services:
|
||||
- memcached
|
||||
- mysql
|
||||
-
|
||||
if: type IN (cron, api) OR tag IS present
|
||||
php: 7.3
|
||||
|
|
@ -35,6 +33,7 @@ matrix:
|
|||
- SYMFONY_VERSION="4.3.*"
|
||||
services:
|
||||
- memcached
|
||||
- mysql
|
||||
-
|
||||
php: 7.3
|
||||
env:
|
||||
|
|
@ -45,7 +44,7 @@ matrix:
|
|||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- parallel
|
||||
- parallel
|
||||
-
|
||||
if: type IN (cron, api) OR tag IS present
|
||||
php: 7.3
|
||||
|
|
@ -55,7 +54,7 @@ matrix:
|
|||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- parallel
|
||||
- parallel
|
||||
-
|
||||
if: type IN (cron, api) OR tag IS present
|
||||
php: 7.2
|
||||
|
|
@ -64,6 +63,7 @@ matrix:
|
|||
- SYMFONY_VERSION="3.4.*"
|
||||
services:
|
||||
- memcached
|
||||
- mysql
|
||||
-
|
||||
php: 7.2
|
||||
env:
|
||||
|
|
@ -71,6 +71,7 @@ matrix:
|
|||
- SYMFONY_VERSION="4.3.*"
|
||||
services:
|
||||
- memcached
|
||||
- mysql
|
||||
-
|
||||
if: type IN (cron, api) OR tag IS present
|
||||
php: 7.2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue