Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 8fe022c

Browse files
committed
Merge branch '1.0'
Conflicts: .travis.yml
2 parents 14b770f + e721ebf commit 8fe022c

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
@@ -33,7 +33,7 @@ matrix:
3333
fast_finish: true
3434

3535
before_install:
36-
- sh -c 'if [ "${TRAVIS_PHP_VERSION}" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi;'
36+
- if [ "${TRAVIS_PHP_VERSION}" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
3737
- composer selfupdate
3838
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
3939

0 commit comments

Comments
 (0)