Update Travis config
- Remove unneeded
composer self-updateas the Composer binary is updated every ~30-60 days - Install dist packages to speed up the install
Can you also have a look on coveralls configuration?
The coveralls one? I don't have access to it: https://coveralls.io/github/vincentchalamon/PostmanGeneratorBundle?branch=master
Neither do you have a coveralls config file :/ Or did you mean to create one?
I guessed coveralls can be synched with travis-ci without any coveralls file in the project. But I may be wrong
@vincentchalamon should do the trick... But is there any reason not using Scrutinizer instead?
Scrutinizer doesn't seem to be free for open source projects: https://scrutinizer-ci.com/pricing :disappointed:
Hm you should still give it a try I'm using a free version. Maybe they did change their policy but it would be surprising.
OK let's give it a try, it could replace coveralls & appveyor :)
An example of config: .scrutinizer.yml.
But likely to update the PR a bit later though, it's getting a bit late^^
@theofidry I'll update master branch to enable scrutinizer & disable coveralls & appveyor. You may have to rebase your PR later. BTW, thank you very much for your help :)