mauroc / squiddio_pi

squiddio_pi
3 stars 13 forks source link

ci: travis: The builds are duplicated. #54

Closed leamas closed 4 years ago

leamas commented 5 years ago

Each commit is built twice by Travis. Seems to be some kind of weird configuration issue.

mauroc commented 5 years ago

hmmm...weird. I have not seen that happen to me

leamas commented 5 years ago

You can see it in master right now. In the code view with the commits there is a green check mark on the top commit [f7d1bb8]. Right-click on this and you can see the first entry Travis CI - Branch — Build Passed and the last continuous-integration/travis-ci/push — The Travis CI b....

mauroc commented 5 years ago

got it. Have no idea why that happens

leamas commented 5 years ago

Nor have I. A first check could perhaps be to log in to travis-ci.org and check the Settings there. At a glance I see a Build pushed branches checkbox, by default on. Perhaps one of the builds disappear if you uncheck this?! Or is there a setting for the other build?

"Confused"

leamas commented 4 years ago

https://stackoverflow.com/questions/34974925/travis-ci-creates-two-builds-for-each-github-commit-push/34975730

The answer is a little old, but seems to still be valid.

leamas commented 4 years ago

Now, after merging #99 we don't use the travis builders anymore. That's the ultimate fix.