[Travis] Run a full build for tags

This commit is contained in:
Kamil Kokot 2018-01-02 11:09:20 +00:00
parent bc8f2cf2e8
commit 56c7c46e49
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89

View file

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