Test memory limit at 2GB for composer in #scrutinizer config

ofaj
Yannick Warnier 9 years ago
parent 21e47bca07
commit ac1c31652d
  1. 2
      .scrutinizer.yml

@ -12,7 +12,7 @@ build:
my.chamilodev.net: '127.0.0.1'
dependencies:
before:
- php -d memory_limit=-1 $(which composer) -v update
- php -d memory_limit=2G $(which composer) -v update
filter:
excluded_paths:
- tests/*

Loading…
Cancel
Save