Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cec683c

Browse files
committedAug 21, 2014
fix hhvm build
1 parent af1d4c8 commit cec683c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ matrix:
2323

2424
before_script:
2525
- composer self-update
26-
- echo 'memory_limit = -1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
26+
- sh -c 'if [ "${TRAVIS_PHP_VERSION}" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi;'
2727
- composer require symfony/symfony:${SYMFONY_VERSION}
2828
- vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
2929

0 commit comments

Comments
 (0)
Please sign in to comment.