Closed bensherred closed 4 years ago
@stygiansabyss how are you setting/handling the Steam API Key for Travis CI?
@bensherred the API key is saved as an ENV variable in the Travis settings. If it's failing Shawn's key may have expired.
Hmm updated the key to mine and still fails. The Steam API may have changed, assuming the ENV method is still the same. That's a worry.
Tests are still passing on Master, i'll check out the code and have a look.
All the tests work locally (made sure of that before committing) but doesn’t seem to work on Travis CI
@bensherred ok from what I can see in the Travis docs: https://docs.travis-ci.com/user/environment-variables/#defining-encrypted-variables-in-travisyml
"Similarly, we do not provide these values to untrusted builds, triggered by pull requests from another repository."
As your PR is from a fork, not a direct PR on the BASE repo the build wont have access to the API key.
I'm happy to merge this now and trigger a packagist release.
@bensherred Thank you for your contribution 🌮 😃
No worries at all @nicekiwi, glad I could help!
This PR adds support for Laravel 8 (resolving #109) and updates the composer dependencies to the latest version.
Changelog