Skip to content

Commit c340c13

Browse files
committed
limit symfony versions to avoid running out of memory on install
1 parent 710480b commit c340c13

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ addons:
1414
- enchant
1515

1616
php:
17-
- 5.4
1817
- 5.5
1918
- 5.6
2019
- 7.0
2120
- hhvm
2221

22+
env:
23+
- SYMFONY_VERSION='3.0.*'
24+
2325
branches:
2426
only:
2527
- master
@@ -28,9 +30,12 @@ branches:
2830
matrix:
2931
include:
3032
- php: 5.4
31-
env: COMPOSER_FLAGS="--prefer-lowest"
33+
env:
34+
- COMPOSER_FLAGS="--prefer-lowest"
35+
- SYMFONY_VERSION='2.3.*'
3236
- php: 5.6
3337
env:
38+
- SYMFONY_VERSION='2.4.*'
3439
- PHPUNIT_FLAGS="--coverage-clover=coverage.clover"
3540
- COVERAGE=true
3641
- php: 5.6

0 commit comments

Comments
 (0)