Minor - Set memory limit

pull/2543/head
jmontoyaa 8 years ago
parent 87a95e155d
commit 01dd618f34
  1. 3
      .travis.yml
  2. 1
      tests/travis/php-config.ini

@ -66,9 +66,10 @@ before_install:
- mysqld --version
- apache2 -v
- php -v
- php -ini | grep memory_limit
- sudo cat /etc/hosts
- phpenv config-add tests/travis/php-config.ini
- php -ini | grep memory_limit
# Install Chash, a database, and then install Chamilo
- git clone https://github.com/chamilo/chash

@ -2,3 +2,4 @@
; see http://docs.travis-ci.com/user/languages/php/#Custom-PHP-configuration
date.timezone = Europe/Paris
phar.readonly = Off
memory_limit = 4096M
Loading…
Cancel
Save