Skip to content

Commit 2f294c2

Browse files
committed
! Travis
1 parent 3939714 commit 2f294c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ language: php
22
php:
33
- 5.3
44
before_install:
5-
- composer install --dev
65
- mkdir test/
6+
- composer install --dev
77
before_script:
88
- CURR_DIR=$(pwd)
99
- 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/
10+
- bin/mage-ci install-module test $CURR_DIR
1111
- git clone git://github.com/IvanChepurnyi/EcomDev_PHPUnit.git -b dev ./phpunit/
1212
- bin/mage-ci install-module $CURR_DIR/test $CURR_DIR/phpunit/
1313
script:

0 commit comments

Comments
 (0)