Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Travis CI to run functional tests #9697

Merged
merged 2 commits into from
May 24, 2017
Merged

Configure Travis CI to run functional tests #9697

merged 2 commits into from
May 24, 2017

Conversation

okolesnyk
Copy link
Member

@okolesnyk okolesnyk commented May 19, 2017

Description

Configure Travis CI to run functional tests (acceptance test suite)

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

@magento-cicd2
Copy link
Contributor

magento-cicd2 commented May 19, 2017

CLA assistant check
All committers have signed the CLA.

matrix:
- TEST_SUITE=unit
- TEST_SUITE=integration INTEGRATION_INDEX=1
- TEST_SUITE=integration INTEGRATION_INDEX=2
- TEST_SUITE=integration INTEGRATION_INDEX=3
- TEST_SUITE=static
- TEST_SUITE=js
- TEST_SUITE=functional ACCEPTANCE_INDEX=1
- TEST_SUITE=functional ACCEPTANCE_INDEX=2
matrix:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please exclude 7.0 for now.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@ishakhsuvarov ishakhsuvarov added this to the May 2017 milestone May 20, 2017
@magento-team magento-team merged commit 9144b87 into magento:develop May 24, 2017
@magento-team
Copy link
Contributor

@okolesnyk Thank you for the contribution

@okolesnyk okolesnyk deleted the config branch August 20, 2017 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants