Merge pull request #9079 from pamil/1.0-travis-full-build-for-tags

[Travis] Run a full build for tags
This commit is contained in:
Kamil Kokot 2018-01-02 11:42:38 +00:00 committed by GitHub
commit 3bca9c4d60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"