Merge branch '1.0' into 1.1

* 1.0:
  [Travis] Run a full build for tags
This commit is contained in:
Kamil Kokot 2018-01-02 11:48:19 +00:00
commit 6a0de250ef
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"