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
What is this feature about (expected vs actual behaviour)?
Proposal/Feature Request: Add automated tests on travis-ci.org.
Advantages are: The project can be tested against different versions of PHP, tests of PRs are automatically run, etcetc. plus you can add a nice "build passing" badge to the repo.
What is this feature about (expected vs actual behaviour)?
Proposal/Feature Request: Add automated tests on travis-ci.org.
Advantages are: The project can be tested against different versions of PHP, tests of PRs are automatically run, etcetc. plus you can add a nice "build passing" badge to the repo.
How can I reproduce it?
See Travis configuration of my fork: https://github.com/mattsches/DoctrineRestDriver/blob/master/.travis.yml and the respective builds on Travis CI https://travis-ci.org/mattsches/DoctrineRestDriver
Does it take minutes, hours or days to fix?
Minutes, once you are familiar with how Travis CI works.
Any additional information?
You could also add more or other services like scrutinizer-ci.com or coveralls.io to emphasize the quality of the project.
The text was updated successfully, but these errors were encountered: