Fix Travis build

This commit is contained in:
Kamil Kokot 2019-12-05 12:57:47 +01:00
parent 52f170850a
commit 27ff26238f
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89

View file

@ -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