Run bigger test matrix also for API-triggered builds

This commit is contained in:
Kamil Kokot 2017-12-29 10:18:42 +00:00
parent 1f7822d5bb
commit f9bb728164
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89

View file

@ -19,7 +19,7 @@ matrix:
services:
- memcached
-
if: type = cron
if: type IN (cron, api)
php: 7.1
env:
- SYLIUS_SUITE="application"
@ -34,7 +34,7 @@ matrix:
packages:
- parallel
-
if: type = cron
if: type IN (cron, api)
php: 7.2
env:
- SYLIUS_SUITE="application"