"No builds for this repository" and no requests for a travis-ci.org organization repo

Hey I’ve created a .travis.yml file

language: python
python:
  - "3.9"

services:
  - docker
  - postgresql
  - redis

branches:
  only:
    - travis

before_script:
  - docker compose up

script:
  - python3 app.py

although travis says there are No builds for this repository
What may be the problem?

I’m having the same issue on PHP builds, and spent too much time tracking this issue down. So I guess it means it doesn’t matter which language it is.

The screen says “No requests for this repository”

Then you don’t have Travis integration enabled. Check that you’ve got the right Travis site (https://travis-ci.com) and the Travis Github app is installed and enabled for this repository.

I see that you’ve got 2 public repos, and they both can be seen at Travis CI - Test and Deploy with Confidence .

I need travis for organization which is only visible from https://travis-ci.org, what can I do in that case?

Hey @irayarka,

Could you please send the name of the organization that is missing from your personal account irayarka?

Thanks

1 Like