-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Issue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedProgress: needs update
Description
When building a project from the composer create-project command as suggested in the documentation, the resulting build will not be green in Travis CI. I know there is some handling necessary (like some execution permissions and building your auth.json) but when all is set, still all kinds of tests fail
Preconditions
Magento 2.2 installed from composer repository
PHP 7.1
Steps to reproduce
- Create project:
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition magento2 - Create a Github repository (SemExpert/magento2-composer-built in my example) and setup Travis CI
- Initialize git:
cd magento2 && git init && git remote add origin https://github.com/SemExpert/magento2-composer-built.git - Give execution permission to Travis files:
chmod +x dev/travis/*.sh - Edit
.travis.yml, addauth.jsonsetup according to https://gordonlesti.com/magento2-extension-development-with-travis-ci/ - Edit
.travis.yml, remove PHP 7.0 from matrix and add execution permission todev/travis/before_script.shin before_script section cd magento2 && composer installcd magento2 && git add . && git commit -m "commit" && git push
Expected result
- Build should be green
Actual result
t-richards
Metadata
Metadata
Assignees
Labels
Issue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedProgress: needs update