Skip to content

Commit

Permalink
disable memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
helios-ag committed Sep 25, 2015
1 parent 0bd9117 commit 3c9e45f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -26,7 +26,8 @@ env:
- SYMFONY_VERSION="2.*" DECODA_VERSION="6.*"

before_install:
- composer selfupdate
- composer self-update
- if [ "${TRAVIS_PHP_VERSION}" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
- composer require symfony/symfony:"${SYMFONY_VERSION}" mjohnson/decoda:"${DECODA_VERSION}" --dev --prefer-source

install: composer update --no-interaction
Expand Down

0 comments on commit 3c9e45f

Please sign in to comment.