core-geth
core-geth copied to clipboard
ci[travis]: don't run overlapping branch and pull_request jobs
Here, for example: https://github.com/etclabscore/core-geth/pull/405

Travis runs both branch and pull_request jobs for branches that are also pull requests. This is redundant, and counts against our 10k minutes.
This issue proposes to run only pull request jobs (and omit the overlapping branch jobs).
Or... maybe this is not actually an issue... ? (It looks like Travis is only running one suite).

Ah, nevermind, is an issue:
