You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.
Continuous Integration is important because it lets people know if a commit can be build and works.
One of the important points of using CI is about having less conflicts when integrating code. Once the code is frequently merged (from an specific branch, for example, to the trunk branch), it has less chances of breaking what already exists.
Is your feature request related to a problem? Please describe.
Please describe the problem you are trying to solve.
No test are done when merging pull requests or new commits
Describe the solution you'd like
Please describe the desired behavior.
Using a continuous integrations tool like Travis CI
Describe alternatives you've considered
Please describe alternative solutions or features you have considered.
Use other CI like CircleCI
The text was updated successfully, but these errors were encountered:
Feature Request
Continuous Integration is important because it lets people know if a commit can be build and works.
One of the important points of using CI is about having less conflicts when integrating code. Once the code is frequently merged (from an specific branch, for example, to the trunk branch), it has less chances of breaking what already exists.
Please integrate Travis CI to the project
Is your feature request related to a problem? Please describe.
Please describe the problem you are trying to solve.
No test are done when merging pull requests or new commits
Describe the solution you'd like
Please describe the desired behavior.
Using a continuous integrations tool like Travis CI
Describe alternatives you've considered
Please describe alternative solutions or features you have considered.
Use other CI like CircleCI
The text was updated successfully, but these errors were encountered: