Pushes won't trigger new builds anymore after the project has been inactive for a long time

Most probably, Travis webhook changed in these 10 months in a backward-incompatible way (I do remember topics that suggest so: GitHub services to Webhooks migration update, No new builds being triggered, Double builds for all merges and PRs).
So you need to:

  1. Disable CI for the project in https://travis-ci.org/account/repositories
  2. Look through Webhooks and Integrations & services in Github project’s settings and delete anything Travis-related
  3. Re-enable CI for the project
1 Like