mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Merge branch '1.0' into 1.1
* 1.0: [Travis] Run a full build for tags
This commit is contained in:
commit
6a0de250ef
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