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