Skip to content

Commit

Permalink
Merge branch '1.1'
Browse files Browse the repository at this point in the history
* 1.1:
  Extend Travis build matrix & setup extra jobs running nightly
  • Loading branch information
pamil committed Dec 28, 2017
2 parents adfc28a + c36a731 commit f3aa77f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Expand Up @@ -15,15 +15,15 @@ matrix:
php: 7.1
env:
- SYLIUS_SUITE="application"
- SYMFONY_VERSION="3.3.*"
- SYMFONY_VERSION="3.4.*"
services:
- memcached
-
if: type = cron
php: 7.1
env:
- SYLIUS_SUITE="application"
- SYMFONY_VERSION="3.4.*"
- SYMFONY_VERSION="4.0.*"
services:
- memcached
-
Expand All @@ -38,14 +38,14 @@ matrix:
php: 7.2
env:
- SYLIUS_SUITE="application"
- SYMFONY_VERSION="3.3.*"
- SYMFONY_VERSION="3.4.*"
services:
- memcached
-
php: 7.2
env:
- SYLIUS_SUITE="application"
- SYMFONY_VERSION="3.4.*"
- SYMFONY_VERSION="4.0.*"
services:
- memcached
-
Expand All @@ -57,6 +57,8 @@ matrix:
- parallel
allow_failures:
- php: 7.2
- env:
- SYMFONY_VERSION="4.0.*"
fast_finish: true

cache:
Expand Down

0 comments on commit f3aa77f

Please sign in to comment.