I try and run Travis in the cli:
travis version
1.11.1
ruby -v
ruby 3.2.2 (2023-03-30 revision e51014f9c0) [arm64-darwin22]
travis status
resource not found ({}
)
any fix for this?
I try and run Travis in the cli:
travis version
1.11.1
ruby -v
ruby 3.2.2 (2023-03-30 revision e51014f9c0) [arm64-darwin22]
travis status
resource not found ({}
)
any fix for this?
Try running:
travis login --pro --github-token GITHUB_PERSONAL_ACCESS_TOKEN
To get your GitHub PAT, this can be found on GitHub under: Settings > Developer Settings > Personal access tokens
You then should be able to use the Travis CLI once you’ve done this.
this worked absolutely perfectly you are the best @Montana, only and BEST support person on the forums!
I’m glad I could resolve your issue.