! Fix travis build
Showing
... | ... | @@ -8,9 +8,18 @@ |
"magento-hackathon/magento-composer-installer": "*", | ||
"phpunit/phpunit": "3.7.*" | ||
}, | ||
"require-dev": { | ||
"ecomdev/mage-ci": "dev-master" | ||
}, | ||
"authors":[ | ||
{ | ||
"name":"Ivan Chepurnyi" | ||
} | ||
] | ||
], | ||
"config": { | ||
"bin-dir": "bin" | ||
}, | ||
"extra":{ | ||
"magento-root-dir": "tests/magento" | ||
} | ||
} |
Please register or sign in to comment