We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3939714 commit 2f294c2Copy full SHA for 2f294c2
1 file changed
.travis.yml
@@ -2,12 +2,12 @@ language: php
2
php:
3
- 5.3
4
before_install:
5
- - composer install --dev
6
- mkdir test/
+ - composer install --dev
7
before_script:
8
- CURR_DIR=$(pwd)
9
- bin/mage-ci install test 1.7.0.2 magento_test -c -t -r http://mage-ci.ecomdev.org
10
- - bin/mage-ci install-module test $CURR_DIR/src/
+ - bin/mage-ci install-module test $CURR_DIR
11
- git clone git://github.com/IvanChepurnyi/EcomDev_PHPUnit.git -b dev ./phpunit/
12
- bin/mage-ci install-module $CURR_DIR/test $CURR_DIR/phpunit/
13
script:
0 commit comments