Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
EcomDev_PHPUnit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Open
EcomDev_PHPUnit
Commits
e7560b42
Commit
e7560b42
authored
Feb 17, 2013
by
Ivan Chepurnyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
! Fix travis build
parent
ba40a212
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
.travis.yml
.travis.yml
+8
-7
No files found.
.travis.yml
View file @
e7560b42
...
@@ -7,21 +7,22 @@ env:
...
@@ -7,21 +7,22 @@ env:
-
MAGE=1.6.2.0
-
MAGE=1.6.2.0
-
MAGE=1.5.1.0
-
MAGE=1.5.1.0
before_script
:
before_script
:
-
MAGE_DIR=tests/magento
# Copying travis composer.json to test only module
# Copying travis composer.json to test only module
-
cp -f .travis/composer.json composer.json
-
cp -f .travis/composer.json composer.json
# Installing dependencies
# Installing dependencies
-
composer install
-
composer install
# Installing magento version with prepared DB dump
# Installing magento version with prepared DB dump
-
bin/mage-ci install
tests/magento
$MAGE magento -c -r http://mage-ci.ecomdev.org
-
bin/mage-ci install
$MAGE_DIR
$MAGE magento -c -r http://mage-ci.ecomdev.org
# Installing EcomDev_PHPUnit module
# Installing EcomDev_PHPUnit module
-
bin/mage-ci install-module
tests/magento
$(pwd)
-
bin/mage-ci install-module
$MAGE_DIR
$(pwd)
# Configuring EcomDev_PHPUnit module
# Configuring EcomDev_PHPUnit module
-
bin/mage-ci shell ecomdev-phpunit.php -a magento-config --db-name magento --same-db 1 --base_url http://test.magento.com/
-
bin/mage-ci shell
$MAGE_DIR
ecomdev-phpunit.php -a magento-config --db-name magento --same-db 1 --base_url http://test.magento.com/
# Configuring test suite
# Configuring test suite
-
bin/mage-ci shell ecomdev-phpunit.php -a change-status --enable
-
bin/mage-ci shell
$MAGE_DIR
ecomdev-phpunit.php -a change-status --enable
# Fix Magento autoloader to run test
# Fix Magento autoloader to run test
-
bin/mage-ci shell ecomdev-phpunit.php -a fix-autoloader
-
bin/mage-ci shell
$MAGE_DIR
ecomdev-phpunit.php -a fix-autoloader
# Copying phpunit.xml for travis builds
# Copying phpunit.xml for travis builds
-
cp .travis/phpunit.xml
tests/magento
/phpunit.xml
-
cp .travis/phpunit.xml
$MAGE_DIR
/phpunit.xml
script
:
script
:
-
bin/mage-ci phpunit
tests/magento
--colors --coverage-text
-
bin/mage-ci phpunit
$MAGE_DIR
--colors --coverage-text
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment