Commit 8ffb09d6 authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

! Fix memory limit with travis build

parent 81ee78b5
...@@ -26,4 +26,4 @@ before_script: ...@@ -26,4 +26,4 @@ before_script:
# Copying phpunit.xml for travis builds # Copying phpunit.xml for travis builds
- cp .travis.phpunit.xml tests/magento/phpunit.xml - cp .travis.phpunit.xml tests/magento/phpunit.xml
script: script:
- bin/mage-ci phpunit tests/magento --colors --coverage-text - bin/mage-ci phpunit tests/magento -d memory_limit=1024M --colors --coverage-text
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment