Skip to content

Commit

Permalink
Merge branch '1.1'
Browse files Browse the repository at this point in the history
* 1.1:
  Run bigger test matrix also for API-triggered builds
  • Loading branch information
pamil committed Dec 29, 2017
2 parents a9ee9ce + 60821eb commit 61e8330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -19,7 +19,7 @@ matrix:
services:
- memcached
-
if: type = cron
if: type IN (cron, api)
php: 7.1
env:
- SYLIUS_SUITE="application"
Expand All @@ -34,7 +34,7 @@ matrix:
packages:
- parallel
-
if: type = cron
if: type IN (cron, api)
php: 7.2
env:
- SYLIUS_SUITE="application"
Expand Down

0 comments on commit 61e8330

Please sign in to comment.