mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
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:
commit
3bca9c4d60
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue