-
Notifications
You must be signed in to change notification settings - Fork 484
chore(travis): Add PHP syntax checking to Travis #810
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
Conversation
More issues detected by Travis, running a slightly different environment to mine: EDIT: resolved in commit f44224a |
Build is passing now for PHP 5. These errors came up for PHP 7 (test files again):
EDIT: resolved in 68856d5 |
I've tweaked the test files to be PHP7 compliant. All tests are passing now. |
Awesome contributions, but could you please also squash(rebase) your commits and use the Conventional Changelog |
f5a4fb6
to
ed30641
Compare
Done. Travis is failing with this error, unrelated to my change. I think I've seen this before. EDIT: same issues on master
|
That's weird and it only happens with the docker-compose setup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good
Fixes #795. A few syntax errors have also been fixed as part of this PR:
Also fixed some typos in testing/README