A couple of years ago, my open source github project was moved from travis-ci.org to travis-ci.com. I’ve recently been having trouble with coveralls integration due to overlapping build numbers between the old builds on travis-ci.org and the new builds on travis-ci.org. I opened an issue against coveralls and their conclusion was that the overlapping build numbers was causing notifications to be directed to the wrong build. They suggested that I either switch back to travis-ci.org (which has the longer build history), or do something to change the build numbers on travis-ci.com.
I’d prefer not to move the project again. I’ve searched the documentation on travis-ci.com, but I can’t find any information about customizing the build number. Can you offer suggestions as to how I might avoid this issue?