Commit e19a386b authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

! Fix travis build

parent 1c49c228
......@@ -33,6 +33,7 @@
<!-- Exclude Varien & Zend libraries -->
<directory suffix=".php">lib/Varien</directory>
<directory suffix=".php">lib/Zend</directory>
<directory suffix=".php">../../vendor/</directory>
</blacklist>
</filter>
</phpunit>
......
......@@ -7,11 +7,9 @@ env:
- MAGE=1.6.2.0
- MAGE=1.5.1.0
before_script:
- pear upgrade-all # Fix segmentation fault for phpunits
# Fixing Magento hackathon installer
- mkdir -p tests/magento
- mkdir bin/ && wget -O bin/mage-ci -q https://raw.github.com/EcomDev/MageCI/master/bin/mage-ci --no-check-certificate
- chmod +x bin/mage-ci
- composer install --dev
# Installing magento version with prepared DB dump
- bin/mage-ci install tests/magento $MAGE magento -c -r http://mage-ci.ecomdev.org
# Installing EcomDev_PHPUnit module
......
......@@ -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"
}
}
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