Python: No builds for this repository

I can’t start building a single thing. This is my repo : GitHub - praksharma/DeepINN: A fork on DeepXDE for inverse BC problems.

This is my .travis.yml file:


language: python
python:
  - "3.9"
install:
  - pip install -r requirements.txt
script:
  - python -c 'print("Travis working")'

I have no idea why my build page is completely blank.

EDIT:

I figured this out. In the requests section it says “Owner praksharma does not have an active subscription”. I have an educational subscription.

image