Skip to content

Commit

Permalink
Experimental: Try to increase memory limit for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Mooyman committed Feb 27, 2017
1 parent 40aed4e commit 9e9cc9c
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 @@ -32,6 +32,7 @@ matrix:
env: DB=MYSQL CMS_TEST=1 BEHAT_TEST=1

before_script:
- echo 'memory_limit = 2048M' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- export CORE_RELEASE=$TRAVIS_BRANCH
- printf "\n" | pecl install imagick
- composer self-update || true
Expand Down

0 comments on commit 9e9cc9c

Please sign in to comment.