-
Notifications
You must be signed in to change notification settings - Fork 379
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
enabled symfony 2.4 on travis #416
Conversation
I removed it yesterday in PR #407. The main idea is "If it works on 2.3 it has to work on greater versions too. And we are sure it BC compatible.". The other reason master sometime not stable and PRs fails because of it. |
Do you think we have re-add 2.4? What others can say? |
2.5 is the new master... |
and i think most people use 2,4 nowadays...so better ensure that it works with that version? |
i think 2.4 would be good to have. also for master you can use allowed_failures: |
i dont think allow_failures is a good option, you never see errors happening, so there is no real benefit i think |
well i do tend to check the travis results now and then .. |
exactly...you would need someone who checks travis builds...maybe the github integration can be improved? "all is well, but there were some allowed failures" ? should i add 2.5 with allow_failures? |
yeah, lets wait for replies, would be totally useful... |
"@lsmith sorry, not possible at the moment. allowed_failures is only a passive part of the build." so whats now? leave it or integrate it? |
imho add 2.4 as it should be stable. for 2.5 imho there is value even if you do not always check travis. the draw back is of course that builds finish slower if you also test 2.5 (aka master) |
let's add 2.4 and 2.5 with allow failure. @digitalkaoz could you update PR? |
already done, lets wait for travis to pass ;) |
enabled symfony framework 2.4 on travis ci