Hi all,
I’m fairly new to Node/Meteor/React/JavaScript, but I do have experience with continuous integration for an R package on TravisCI. That’s for context.
Following the Meteor Tutorial, I have implemented what is still a very simple application that is still very similar to the tutorial, with a single unit test on the server. Here is the latest CI build.
I have followed the continuous integration section of the Meteor Guide on testing, which works great locally (meteor npm test
), but I cannot get neither CircleCI nor TravisCI to pass the test successfully. They both fail when looking for client-side tests with error message phantomjs: Syntax error: Unterminated quoted string
which has been reported in a few places already (as a new user I’m out of weblinks in this post).
I’ve tried quite a few different YAML configurations on both platforms without success, and at this stage I’d be really thankful to get advice.
Many thanks!
Kevin