We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9fc39 commit c4dadd2Copy full SHA for c4dadd2
.travis.yml
@@ -8,7 +8,10 @@ php:
8
- hhvm
9
10
env:
11
- - SYMFONY_VERSION=2.5.*
+ global:
12
+ - SYMFONY_DEPRECATIONS_HELPER=weak
13
+ matrix:
14
+ - SYMFONY_VERSION=2.5.*
15
16
matrix:
17
include:
@@ -20,6 +23,7 @@ matrix:
20
23
env: SYMFONY_VERSION=2.6.*
21
24
22
25
before_install:
26
+ - if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
27
- composer self-update
28
- composer require symfony/symfony:${SYMFONY_VERSION} --prefer-source
29
0 commit comments