diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |