craue / CraueConfigBundle

Database-stored settings made available via a service for your Symfony project.
MIT License
173 stars 35 forks source link

Travis should run some builds without changing the requirements #27

Closed stof closed 7 years ago

stof commented 9 years ago

This would ensure that the requirements defined in the composer.json are fine.

craue commented 9 years ago

When you say some, what exactly do you have in mind? I could just add one more job if this is sufficient.

stof commented 9 years ago

Well, I mean at least 1 job. But what I do in general is letting the main jobs running different PHP version cover this, and adding specific requirements only in the extra jobs included in the matrix.