diff --git a/.travis.yml b/.travis.yml index bbe96559d25..54df2bd765f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"