We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c4200 commit 0d1943dCopy full SHA for 0d1943d
1 file changed
.travis.yml
@@ -7,8 +7,8 @@ before_install:
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
+ - bin/mage-ci install-module test $CURR_DIR/src/
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:
14
- - bin/mage-ci phpunit test
+ - bin/mage-ci phpunit test
0 commit comments