Commit e19a386b authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

! Fix travis build

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