-
Notifications
You must be signed in to change notification settings - Fork 488
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
Adding Travis Integration #2
Conversation
Changes Unknown when pulling d1a29b2 on travis into ** on master**. |
it seems the lint is generating a lot of complaints, yet not causing any errors. |
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.
actually, even the test seems to generate a lot of errors, but the build succeeds
Those are only React library propTypes errors. We should fix them but they don't affect run time. Also, that does not have anything to do with the Travis integration and should be fixed outside this PR request. The test are still passing accurately. |
We should clean those up so messages so they don't show up, but the asserts are still passing for what we are testing. I think we should do that in a separate PR and have travis and coveralls setup independently. |
* Add travis file * Add coveralls * Add travis badge to readme Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
No description provided.