Skip to content

Commit c4dadd2

Browse files
committed
Fix tests
1 parent ab9fc39 commit c4dadd2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ php:
88
- hhvm
99

1010
env:
11-
- SYMFONY_VERSION=2.5.*
11+
global:
12+
- SYMFONY_DEPRECATIONS_HELPER=weak
13+
matrix:
14+
- SYMFONY_VERSION=2.5.*
1215

1316
matrix:
1417
include:
@@ -20,6 +23,7 @@ matrix:
2023
env: SYMFONY_VERSION=2.6.*
2124

2225
before_install:
26+
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
2327
- composer self-update
2428
- composer require symfony/symfony:${SYMFONY_VERSION} --prefer-source
2529

0 commit comments

Comments
 (0)