From 67752e244fcf1dfbc12aff76fdbd6e5a70c83fcd Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Fri, 20 Sep 2013 17:03:38 +0200 Subject: Raise memory limit on travis build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1532598c..30ccf1c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,4 +14,4 @@ script: - ./bin/phing test after_script: - - php ./bin/coveralls -v \ No newline at end of file + - php -d memory_limit=1G ./bin/coveralls -v \ No newline at end of file -- cgit v1.2.3