-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Travis Builds #9
Conversation
travis builds are failing on 5.6 which begs the question, should we even be testing 5.6? with the migration to 7.4, we _should_ be testing that.
they're allowed to fail, but they need to be included
required for wp unit
will add this back, i just can't clear the cache with my permissions
Note: Travis builds are still failing due to an outdated version of PHPUnit (the tests themselves are running & passing). I've updated the composer.json but I don't have access to log into the Travis machine to do any troubleshooting there. |
@jazzsequence yeah you have to specifically request machine access for public repos as it can be abused or provide a way for people to get potentially private env variables etc. Looks like the |
There were quite a few updates required more generally, agree regarding PHP 5.x so I've removed those:
|
travis builds are failing on 5.6 which begs the question, should we even be testing 5.6?
with the migration to 7.4, we should be testing that.
This also bumps PHPUnit which also causes a travis build failure (though the unit tests run fine).
example (failing) build: https://travis-ci.org/github/humanmade/wp-redis-predis-client/jobs/519335994