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

Commit

Permalink
Fix memory errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Mar 9, 2016
1 parent d6ce88c commit 93e43a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ matrix:
- php: hhvm

before_script:
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
- composer self-update
- composer install --prefer-source
- app/console doctrine:database:create -e=test
Expand Down

0 comments on commit 93e43a9

Please # to comment.