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
cd16c12f
Commit
cd16c12f
authored
Feb 03, 2013
by
Ivan Chepurnyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
! Fix travis commands
parent
2b457cc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.travis.yml
.travis.yml
+3
-3
No files found.
.travis.yml
View file @
cd16c12f
...
...
@@ -12,9 +12,9 @@ before_script:
# Installing required composer packages
-
composer update --dev
# Installing magento version with prepared DB dump
-
bin/mage-ci install tests/magento $MAGE magento -c -t -r http://mage-ci.ecomdev.org
-
vendor/
bin/mage-ci install tests/magento $MAGE magento -c -t -r http://mage-ci.ecomdev.org
# Installing EcomDev_PHPUnit module
-
bin/mage-ci install-module tests/magento $(pwd)
-
vendor/
bin/mage-ci install-module tests/magento $(pwd)
# Configuring EcomDev_PHPUnit module
-
CURRENT_DIR=$(pwd)
-
cd tests/magento/shell
...
...
@@ -22,4 +22,4 @@ before_script:
-
php ecomdev-phpunit.php -a change-status --enable
-
cd $CURRENT_DIR
script
:
-
bin/mage-ci phpunit tests/magento --colors --coverage-text
-
vendor/
bin/mage-ci phpunit tests/magento --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