We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f294c2 commit 9834b7bCopy full SHA for 9834b7b
1 file changed
.travis.yml
@@ -8,7 +8,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
11
- - git clone git://github.com/IvanChepurnyi/EcomDev_PHPUnit.git -b dev ./phpunit/
+ - git clone https://github.com/EcomDev/EcomDev_PHPUnit.git -b dev $CURR_DIR/phpunit/
12
- bin/mage-ci install-module $CURR_DIR/test $CURR_DIR/phpunit/
13
script:
14
- bin/mage-ci phpunit test
0 commit comments