asdf-java icon indicating copy to clipboard operation
asdf-java copied to clipboard

Remove Travis CI builds or provide GitHub API token

Open joschi opened this issue 5 years ago • 1 comments

The build jobs on Travis CI for macOS are currently failing because the workers have exhausted the GitHub API rate-limit.

Example: https://travis-ci.org/halcyon/asdf-java/jobs/656934756#L246-L279

The GitHub Actions workflow doesn't have this problem because they can use an automatically generated GitHub API token: https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token

In order to allow for a successful build status for commits and PRs, either remove the Travis CI builds completely in favor of the existing GitHub Actions workflow or provide a valid GitHub API token for builds.

joschi avatar Mar 01 '20 13:03 joschi

I should be able to add a token in the near future to resolve this.

halcyon avatar Mar 21 '20 16:03 halcyon