Uh oh!
There was an error while loading. Please reload this page.
Csv reader - #21
Conversation
mels065
commented
Mar 2, 2016
Hey Ben, I think the issue might be that your JavaScript isn't standardized. I had the same problem as well. Here's a link for how to format JavaScript: |
benjaminettori
commented
Mar 2, 2016
Hi thanks for the link. I think it's weird that travis enforces no semicolons at the end of the line. I used to work with lint, and it enforced the exact opposite rule! |
mels065
commented
Mar 2, 2016
Haha yeah I know! I'm so used to using semicolons. |
flyingzumwalt
commented
Mar 2, 2016
Travis is running both standardjs and travis. Here are the details for your build: https://travis-ci.org/CfABrigadePhiladelphia/jawn/jobs/113008574 It's failing with some style complaints from standardjs. |
flyingzumwalt
commented
Mar 2, 2016
Oops. Didn't see your comments! I bet we can change the settings for standardjs if we have our own style preferences, or we could just turn it off. |
Hi,
I took at stab at the csv to json reader. Not sure if this is what we are trying to do.
Also, I am having trouble integrating tape with travis-ci. The build fails and so does npm test. However if I run the tests locally they all pass. Any ideas?