So, I have my Travis-CI build set to trigger a deployment to Heroku on a passing build (because Heroku’s auto deployment after CI build doesn’t trigger properly). Yet anytime it tries to deploy, it provides the following error in the code from Travis-CI Build
No stash entries found.
API request failed.
Message: Invalid credentials provided.
Reference:
failed to deploy
Yet, I’ve checked this via Heroku logs and just plain loading up my app, and it DOES in fact trigger a deployment successfully each time. Heroku accepts the credentials, says a build has been triggered, does it, deploys it. 0 issues on Heroku’s end.
This seems to just be an issue with Travis, or maybe an issue with the response packet I assume Travis relies on. Any word on a fix? Or is this actually Heroku’s fault?
Build Example: https://travis-ci.org/github/andrewtyl/www.ajessen.com/builds/673325350