Commit cd16c12f authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

! Fix travis commands

parent 2b457cc7
...@@ -12,9 +12,9 @@ before_script: ...@@ -12,9 +12,9 @@ before_script:
# Installing required composer packages # Installing required composer packages
- composer update --dev - composer update --dev
# Installing magento version with prepared DB dump # Installing magento version with prepared DB dump
- bin/mage-ci install tests/magento $MAGE magento -c -t -r http://mage-ci.ecomdev.org - vendor/bin/mage-ci install tests/magento $MAGE magento -c -t -r http://mage-ci.ecomdev.org
# Installing EcomDev_PHPUnit module # Installing EcomDev_PHPUnit module
- bin/mage-ci install-module tests/magento $(pwd) - vendor/bin/mage-ci install-module tests/magento $(pwd)
# Configuring EcomDev_PHPUnit module # Configuring EcomDev_PHPUnit module
- CURRENT_DIR=$(pwd) - CURRENT_DIR=$(pwd)
- cd tests/magento/shell - cd tests/magento/shell
...@@ -22,4 +22,4 @@ before_script: ...@@ -22,4 +22,4 @@ before_script:
- php ecomdev-phpunit.php -a change-status --enable - php ecomdev-phpunit.php -a change-status --enable
- cd $CURRENT_DIR - cd $CURRENT_DIR
script: script:
- bin/mage-ci phpunit tests/magento --colors --coverage-text - vendor/bin/mage-ci phpunit tests/magento --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