-
Notifications
You must be signed in to change notification settings - Fork 0
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
bugs fixes #481
bugs fixes #481
Conversation
I am not sure what is causing the build to fail at the moment. I cannot see anything that would have caused this to fail. Branches that were working previously are now also failing (see here) which leads me to believe that the issue could be to do with travis. The error message we are getting is
The error seems to be coming from this module. I have opened an issue here to see if anyone can help shine a light on what could be causing the issue. |
My guess is that Travis doesn't support smtp request to mailgun, see https://docs.travis-ci.com/user/common-build-problems/#ftpsmtpother-protocol-does-not-work We could try to use a http request, I think mailgun support allow this via its API |
Codecov Report
@@ Coverage Diff @@
## sprint-8 #481 +/- ##
============================================
- Coverage 98.22% 98.22% -0.01%
============================================
Files 28 29 +1
Lines 563 562 -1
============================================
- Hits 553 552 -1
Misses 10 10
Continue to review full report at Codecov.
|
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.
Looks good @RobStallion 👍
ensures user_msg_read and other_type are created in database when user is created #475
allows messages to users to be formatted #477